Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump ARKit to 0.2.0
  • Loading branch information
adamrothman committed May 8, 2013
1 parent 6b65bc9 commit ff41e2f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ARKit/0.2.0/ARKit.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "ARKit"
s.version = "0.2.0"
s.summary = "A set of useful classes and categories for iOS development."
s.homepage = "https://github.com/adamrothman/ARKit"
s.license = "MIT"
s.author = { "Adam Rothman" => "rothman.adam@gmail.com" }
s.source = { :git => "https://github.com/adamrothman/ARKit.git", :tag => "0.2.0" }
s.platform = :ios, "5.0"
s.source_files = "Categories", "Views"
s.frameworks = "CoreData", "CoreLocation", "MapKit", "UIKit"
s.requires_arc = true
end

0 comments on commit ff41e2f

Please sign in to comment.