Skip to content

Commit

Permalink
Added PodioKit 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Rehnby committed Oct 29, 2012
1 parent bfba946 commit 14e44ef
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions PodioKit/1.0.0/PodioKit.podspec
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'PodioKit'
s.version = '1.0.0'
s.platform = :ios, '5.0'
s.source = { :git => 'https://github.com/podio/podio-ios.git', :tag => '1.0.0' }

s.summary = "PodioKit is an iOS client library for the Podio API."
s.homepage = "https://developers.podio.com/clients/ios"
s.license = 'MIT'
s.author = { "Sebastian Rehnby" => "sebastian@podio.com" }

s.source_files = 'PodioKit/**/*.{h,m}'
s.public_header_files = 'PodioKit/**/*.h'
s.prefix_header_file = 'PodioKit/PodioKit-Prefix.pch'
s.frameworks = 'CoreData'
s.requires_arc = true

s.dependency 'ASIHTTPRequest', '1.8.1'
end

0 comments on commit 14e44ef

Please sign in to comment.