| { |
| "name": "CH168SDKUtility", |
| "version": "1.0.0.3", |
| "summary": "A short description of CH168SDKUtility.", |
| "description": "SDK公用", |
| "homepage": "http://59.110.0.147:3000/CH168_APP_SHARE/CH168SDKUtility", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "王鹏飞": "wangpengfei@chehang168.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "http://59.110.0.147:3000/CH168_APP_SHARE/CH168SDKUtility.git", |
| "tag": "1.0.0.3" |
| }, |
| "source_files": "CH168SDKUtility/BaseUtility/**/*", |
| "dependencies": { |
| "AFNetworking": [ |
| "3.0.4" |
| ], |
| "MBProgressHUD": [ |
| "0.9.2" |
| ], |
| "Reachability": [ |
| "3.2" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "Util", |
| "source_files": "CH168SDKUtility/BaseUtility/**/Util/*" |
| } |
| ] |
| } |