| { |
| "name": "YXHttpEncapsulation", |
| "version": "0.0.1", |
| "summary": "all kinds of categories for iOS develop", |
| "homepage": "https://guides.cocoapods.org/making/private-cocoapods.html", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zhouzhiqiang1": "zhou83955@sina.com" |
| }, |
| "source": { |
| "git": "https://github.com/zhouzhiqiang1/YXHttpEncapsulation.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "YXHttpEncapsulation/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~>3.1.0" |
| ] |
| } |
| } |