| { |
| "name": "UFWTestSDK", |
| "version": "0.1.0", |
| "summary": "A UFWTestSDK is my test project.", |
| "description": "A UFWTestSDK is my test project.", |
| "homepage": "https://github.com/liuqiaochi/UFWTestSDK", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "liuqiaochi": "liuqiaochi@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/liuqiaochi/UFWTestSDK.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "UFWTestSDK/Classes/**/*.{h,m}", |
| "vendored_frameworks": "UFWTestSDK/Classes/*.framework", |
| "frameworks": [ |
| "UIKit", |
| "CoreLocation", |
| "Foundation" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ] |
| } |
| } |