| { |
| "name": "XJAppService", |
| "version": "1.0.0", |
| "summary": "XJAppService.", |
| "description": "Custom XJAppService", |
| "homepage": "https://github.com/tangshenchun/XJAppService.git", |
| "license": "MIT", |
| "authors": { |
| "Jason Tang": "tangshenchun@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/tangshenchun/XJAppService.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "RdAppService", |
| "RdAppService/**/*.{h,m}" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.1.0" |
| ] |
| }, |
| "deprecated": true |
| } |