Skip to content

Commit 6c5bf48

Browse files
committed
Fix error in podspec
1 parent 0617939 commit 6c5bf48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SwiftMessages.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Pod::Spec.new do |spec|
22
spec.name = 'SwiftMessages'
33
spec.version = '1.0.0'
44
spec.license = { :type => 'MIT' }
5-
spec.homepage = 'https://github.com/SwiftKickMobile/swift-messages-ios'
5+
spec.homepage = 'https://github.com/SwiftKickMobile/SwiftMessages'
66
spec.authors = { 'Timothy Moose' => 'tim@swiftkick.it' }
77
spec.summary = 'A very flexible message bar for iOS written in Swift.'
8-
spec.source = {:git => 'https://github.com/SwiftKickMobile/swift-messages-ios.git', :tag => 'v1.0.0'}
8+
spec.source = {:git => 'https://github.com/SwiftKickMobile/SwiftMessages.git', :tag => '1.0.0'}
99
spec.platform = :ios, '8.0'
1010
spec.ios.deployment_target = '8.0'
1111
spec.source_files = 'SwiftMessages/**/*.swift'

0 commit comments

Comments
 (0)