Skip to content

Commit

Permalink
AFWunderlist update 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroFranco committed Feb 2, 2014
1 parent d7f9943 commit 70813d6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AFWunderlist/1.0/AFWunderlist.podspec
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.platform = :ios, '6.0'

s.source = { :git => "https://github.com/AlvaroFranco/AFWunderlist.git", :tag => "v1.1" }
s.source = { :git => "https://github.com/AlvaroFranco/AFWunderlist.git", :tag => "v1.0" }

s.source_files = 'WLClient.{h,m}'
s.exclude_files = 'LICENSE', 'README.md', 'AFWunderlist.podspec'
Expand Down
28 changes: 28 additions & 0 deletions AFWunderlist/1.1/AFWunderlist.podspec
@@ -0,0 +1,28 @@
Pod::Spec.new do |s|

s.name = "AFWunderlist"
s.version = "1.1"
s.summary = "AFWunderlist is a Wunderlist API wrapper for Objective-C"

s.description = "AFWunderlist is a full-feaured Wunderlist API wrapper for Objective-C"

s.homepage = "https://github.com/AlvaroFranco"

s.license = 'MIT'
s.license = { :type => 'MIT', :file => 'LICENSE' }

s.author = { "Alvaro Franco" => "alvarofrancoayala@gmail.com" }
s.social_media_url = "http://twitter.com/AlvaroFranco7"

s.platform = :ios, '6.0'

s.source = { :git => "https://github.com/AlvaroFranco/AFWunderlist.git", :tag => "v1.1" }

s.source_files = 'WLClient.{h,m}'
s.exclude_files = 'LICENSE', 'README.md', 'AFWunderlist.podspec'

s.requires_arc = true

s.dependency 'AFNetworking', '~> 2.0'

end

0 comments on commit 70813d6

Please sign in to comment.