| { |
| "name": "PYLocationManager", |
| "version": "0.7", |
| "summary": "A simple location and navigation app manager", |
| "homepage": "https://github.com/littlepush/PYLocationManager", |
| "license": { |
| "type": "LGPLv3", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Push Chen": "littlepush@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/littlepush/PYLocationManager.git", |
| "tag": "0.7" |
| }, |
| "source_files": [ |
| "PYLocationManager/*.{h,m}", |
| "PYLocationManager/gps.db" |
| ], |
| "requires_arc": true, |
| "libraries": "sqlite3", |
| "dependencies": { |
| "PYCore": [ |
| |
| ], |
| "PYData": [ |
| |
| ] |
| } |
| } |