Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 69a8058

Browse files
committed
Added /classes
1 parent 326a377 commit 69a8058

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 12 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ParseArrayHelper.podspec

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ Pod::Spec.new do |s|
1111
s.version = '0.1.0'
1212
s.summary = 'Helpful class extensions for NSArray and NSSet when using the Parse iOS SDK'
1313

14-
# This description is used to generate tags and improve search results.
15-
# * Think: What does it do? Why did you write it? What is the focus?
16-
# * Try to keep it short, snappy and to the point.
17-
# * Write the description between the DESC delimiters below.
18-
# * Finally, don't worry about the indent, CocoaPods strips it!
19-
2014
s.description = <<-DESC
2115
TODO: This pod contains two useful class extensions for NSArray and NSSet that make it easier to work with the Parse iOS SDK. Specifically, it saves time with two convenience methods for locating a Parse Object by it's objectId in an NSSet or NSArray, saving on recursive code.
2216
DESC
@@ -29,7 +23,7 @@ TODO: This pod contains two useful class extensions for NSArray and NSSet that m
2923

3024
s.ios.deployment_target = '8.0'
3125

32-
s.source_files = 'ParseArrayHelper/**/*'
26+
s.source_files = 'ParseArrayHelper/Classes/**/*'
3327

3428
s.dependency 'Parse'
3529
end

0 commit comments

Comments
 (0)