| { |
| "name": "YYYTKNetwork", |
| "version": "2.0.5", |
| "summary": "YTKNetwork is a high level request util based on AFNetworking. This is a temporary version", |
| "homepage": "https://github.com/yuantiku/YTKNetwork", |
| "license": "MIT", |
| "authors": { |
| "tangqiao": "tangqiao@fenbi.com", |
| "lancy": "lancy@fenbi.com", |
| "maojj": "maojj@fenbi.com", |
| "liujl": "liujl@fenbi.com" |
| }, |
| "source": { |
| "git": "https://github.com/MonkeyKingSunWuKong/YTKNetwork.git", |
| "tag": "2.0.5" |
| }, |
| "source_files": "YTKNetwork/*.{h,m}", |
| "requires_arc": true, |
| "private_header_files": "YTKNetwork/YTKNetworkPrivate.h", |
| "platforms": { |
| "ios": "7.0", |
| "osx": "10.9", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "frameworks": "CFNetwork", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.0" |
| ] |
| } |
| } |