Skip to content

Commit

Permalink
Fix error in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
wtmoose committed Aug 18, 2016
1 parent 0617939 commit 6c5bf48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftMessages.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Pod::Spec.new do |spec|
spec.name = 'SwiftMessages'
spec.version = '1.0.0'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/SwiftKickMobile/swift-messages-ios'
spec.homepage = 'https://github.com/SwiftKickMobile/SwiftMessages'
spec.authors = { 'Timothy Moose' => 'tim@swiftkick.it' }
spec.summary = 'A very flexible message bar for iOS written in Swift.'
spec.source = {:git => 'https://github.com/SwiftKickMobile/swift-messages-ios.git', :tag => 'v1.0.0'}
spec.source = {:git => 'https://github.com/SwiftKickMobile/SwiftMessages.git', :tag => '1.0.0'}
spec.platform = :ios, '8.0'
spec.ios.deployment_target = '8.0'
spec.source_files = 'SwiftMessages/**/*.swift'
Expand Down

0 comments on commit 6c5bf48

Please sign in to comment.