[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 2 / 4 / 0 / PYLocationManager / 0.5 / PYLocationManager.podspec.json
blob6464dcd2b01ddcf428b349a231ef21d6f3e8f588
2   "name": "PYLocationManager",
3   "version": "0.5",
4   "summary": "A simple location and navigation app manager",
5   "homepage": "https://github.com/littlepush/PYLocationManager",
6   "license": {
7     "type": "LGPLv3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Push Chen": "littlepush@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/littlepush/PYLocationManager.git",
18     "tag": "0.5"
19   },
20   "source_files": [
21     "PYLocationManager/*.{h,m}",
22     "PYLocationManager/gps.db"
23   ],
24   "requires_arc": true,
25   "libraries": "sqlite3",
26   "dependencies": {
27     "PYCore": [
29     ],
30     "PYData": [
32     ]
33   }