File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'MapCache'
11- s . version = '0.1 .0'
12- s . summary = 'Smart map caching for iOS.'
11+ s . version = '0.5 .0'
12+ s . summary = 'Map caching for iOS. Support offline maps in your app .'
1313
1414# This description is used to generate tags and improve search results.
1515# * Think: What does it do? Why did you write it? What is the focus?
@@ -18,8 +18,8 @@ Pod::Spec.new do |s|
1818# * Finally, don't worry about the indent, CocoaPods strips it!
1919
2020 s . description = <<-DESC
21- A smart cache for iOS Map Applications .
22- DESC
21+ Map cache for iOS applications for offline maps. Download tiles in disk as user browsers the map or download an area for supporting offline maps .
22+ DESC
2323
2424 s . homepage = 'https://github.com/merlos/MapCache'
2525 # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
You can’t perform that action at this time.
0 commit comments