| { |
| "name": "Test_01", |
| "version": "1.0.5", |
| "summary": "Custom Category used on iOS.", |
| "description": "Custom Category used on iOS, which implement by Objective-C.", |
| "homepage": "https://github.com/XSSheng/Test_01", |
| "license": "MIT", |
| "authors": { |
| "XSSheng": "xusheng@986852522.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/XSSheng/Test_01.git", |
| "tag": "1.0.5" |
| }, |
| "requires_arc": true, |
| "vendored_frameworks": "Framework/CYSDKKit.framework", |
| "frameworks": [ |
| "Security", |
| "CoreLocation", |
| "CoreTelephony", |
| "WebKit" |
| ], |
| "libraries": "sqlite3" |
| } |