Skip to content

Commit 26847a2

Browse files
committed
Bump the podspec to 1.1.0.
1 parent b0f2076 commit 26847a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RedditKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RedditKit"
3-
s.version = "1.0.3"
3+
s.version = "1.1.0"
44
s.summary = "An Objective-C wrapper for the reddit API."
55
s.homepage = "https://github.com/samsymons/RedditKit"
66
s.social_media_url = "https://twitter.com/sam_symons"
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.ios.deployment_target = '7.0'
1313
s.osx.deployment_target = '10.9'
1414

15-
s.source_files = 'Classes/*.{h,m}', 'Classes/**/*.{h,m}'
15+
s.source_files = 'Classes/*.{h,m}', 'Classes/**/*.{h,m}'
1616
s.header_mappings_dir = 'Classes'
1717

1818
s.dependency 'AFNetworking', '~> 2.2'

0 commit comments

Comments
 (0)