Skip to content

Commit

Permalink
adding podspect
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolak committed Feb 10, 2015
1 parent 071d719 commit 71bc436
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions GPUberView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Pod::Spec.new do |s|

s.name = "GPUberView"
s.version = "0.1"
s.summary = "Summon Uber from your app with 2 lines of code."
s.homepage = "https://github.com/gpolak/GPUberView"
s.license = { :type => "MIT", :file => "LICENSE" }

s.author = { "George Polak" => "[email protected]" }

s.platform = :ios, "7.1"

s.source = { :git => "https://github.com/gpolak/GPUberView.git", :tag => "0.1" }

s.source_files = 'GPUberView', 'GPUberView/GPUberView.xcassets'
s.requires_arc = true

s.dependency 'AFNetworking', '~> 2.5'
s.dependency 'JSONModel', "~> 1.0"
s.dependency 'Bolts', "~> 1.1"
s.dependency 'SDWebImage', '~>3.6'
s.dependency "PulsingHalo"
s.dependency 'Masonry', '~> 0.6'

end

0 comments on commit 71bc436

Please sign in to comment.