Skip to content

Commit 4a3f5d8

Browse files
ShebukaAnton Shebukov
authored andcommitted
Update CMMapLauncher.podspec
1 parent bb9377a commit 4a3f5d8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CMMapLauncher.podspec

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Pod::Spec.new do |s|
2-
s.name = "CMMapLauncher"
3-
s.version = "1.1.0"
4-
s.summary = "CMMapLauncher is a mini-library for iOS that makes it quick and easy to show directions in various mapping applications."
5-
s.homepage = "https://github.com/shebuka/CMMapLauncher"
6-
s.license = { :type => 'MIT', :file => 'LICENSE' }
7-
s.author = 'Citymapper'
8-
s.platform = :ios
9-
s.source = { :git => "https://github.com/shebuka/CMMapLauncher.git", :tag => "1.1.0" }
10-
s.source_files = 'CMMapLauncher'
11-
s.framework = 'MapKit'
12-
s.requires_arc = true
1+
Pod::Spec.new do |spec|
2+
spec.name = "CMMapLauncher"
3+
spec.version = "2.0.0"
4+
spec.summary = "CMMapLauncher is a mini-library for iOS that makes it quick and easy to show directions in various mapping applications."
5+
spec.homepage = "https://github.com/Shebuka/CMMapLauncher"
6+
spec.license = { :type => 'MIT', :file => 'LICENSE' }
7+
spec.authors = { 'Citymapper', 'Shebuka' => 'shebuka@hotmail.com' }
8+
spec.platform = :ios
9+
spec.source = { :git => "https://github.com/shebuka/CMMapLauncher.git", :tag => "2.0.0" }
10+
spec.source_files = 'CMMapLauncher.{h,m}'
11+
spec.framework = 'MapKit'
12+
spec.requires_arc = true
1313
end

0 commit comments

Comments
 (0)