[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / b / SSLocationManager / 0.1.1 / SSLocationManager.podspec.json
blob0a2fb00720500115b7fe46da2b49caa50ad33c0f
2   "name": "SSLocationManager",
3   "version": "0.1.1",
4   "summary": "获取当前位置,反地理解析",
5   "homepage": "https://github.com/sinofake/SSLocationManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Sinofake Sinep": "sinuofake@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/sinofake",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/sinofake/SSLocationManager.git",
19     "tag": "0.1.1"
20   },
21   "source_files": "MapDemo/SSLocationManager/*.{h,m,c}",
22   "public_header_files": "MapDemo/SSLocationManager/*.{h}",
23   "requires_arc": true,
24   "dependencies": {
25     "INTULocationManager": [
26       "~> 4.2.0"
27     ],
28     "APOfflineReverseGeocoding": [
29       "~> 0.0.2"
30     ]
31   }