Skip to content

Commit

Permalink
Merge pull request #17 from seanwolter/master
Browse files Browse the repository at this point in the history
fixed the podspec and pushed it to our new private specs repo
  • Loading branch information
seanwolter committed Nov 10, 2015
2 parents da63a99 + a0e8630 commit 59bbffe
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions PopTop.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@ Pod::Spec.new do |s|
s.name = 'PopTop'
s.version = '0.0.4'
s.summary = 'A simple way to return canned responses'
s.homepage = 'https://github.com/bellycard/poptop'
s.license = 'MIT'
s.author = { 'AJ Self': 'aj.self3@gmail.com' }
s.homepage = 'http://www.bellycard.com'

s.license = { :type => 'MIT', :text => <<-LICENSE
This license text is required or else CocoaPods gets upset.
LICENSE
}
s.author = { 'AJ Self' => 'aj.self3@gmail.com' }
s.platform = :ios, '8.0'

s.source = { git: 'https://github.com/bellycard/PopTop.git', tag: '0.0.4' }
s.source = { :git => 'https://02e34411c57bedacd7b5e66d60efaa3b9ffbc346@github.com/bellycard/PopTop.git', :tag => '0.0.4' }

s.dependency 'SwiftyJSON', '~> 2.3'

s.source_files = 'Source/*.swift'

Expand Down

0 comments on commit 59bbffe

Please sign in to comment.