[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / c / 4 / SARMapBoxDrawView / 0.0.1 / SARMapBoxDrawView.podspec.json
bloba72ca1e5c75ad07fbde9bf7282814af4cf139582
2   "name": "SARMapBoxDrawView",
3   "version": "0.0.1",
4   "summary": "Free Hand Drawing on MapBox Map View(MGLMapView) for iOS Written in Swift.",
5   "description": "Used to Implement Free Hand Drawing on MapBox Map View(MGLMapView) for iOS Written in Swift.",
6   "homepage": "https://github.com/saru2020/SARMapBoxDrawView",
7   "screenshots": [
8     "https://raw.githubusercontent.com/saru2020/SARMapBoxDrawView/master/SARMapBoxDrawView.gif",
9     "https://raw.githubusercontent.com/saru2020/SARMapBoxDrawView/master/SARMapBoxDrawView.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Saravanan": "saru2020@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/saruiosdev",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/saru2020/SARMapBoxDrawView.git",
21     "tag": "0.0.1"
22   },
23   "source_files": [
24     "Classes",
25     "SARMapBoxDrawView/SARMapBoxDrawView/*.swift"
26   ],
27   "dependencies": {
28     "Mapbox-iOS-SDK": [
29       "~> 3.7"
30     ]
31   }