Skip to content

Commit

Permalink
[Update] Octokit (0.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienXX committed Oct 5, 2013
1 parent 3375f8d commit 367bfb2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions OctoKit/0.2.0/OctoKit.podspec
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "OctoKit"
s.version = "0.2.0"
s.summary = "GitHub API client for Objective-C."

s.homepage = "https://github.com/octokit/octokit.objc"
s.license = 'MIT'
s.author = { "GitHub" => "support@github.com" }

s.source = { :git => "https://github.com/octokit/octokit.objc.git", :tag => "#{s.version}" }
s.source_files = 'OctoKit'

s.ios.deployment_target = "5.0"
s.osx.deployment_target = "10.7"

s.dependency "AFNetworking"
s.dependency "ISO8601DateFormatter"
s.dependency "Mantle"
s.dependency "ReactiveCocoa"
s.dependency 'libextobjc/EXTKeyPathCoding'
end

0 comments on commit 367bfb2

Please sign in to comment.