File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 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
1313end
You can’t perform that action at this time.
0 commit comments