| { |
| "name": "JXNetworking", |
| "version": "0.0.6", |
| "summary": "iOS Networking Framework.", |
| "description": "iOS Networking Framework by using AFNetworking/ReactiveObjC/MJExtension.", |
| "homepage": "https://github.com/tospery/JXNetworking", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "tospery": "tospery@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/tospery/JXNetworking.git", |
| "tag": "0.0.6" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "JXNetworking/Classes/*.{h,m}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "3.2.0" |
| ], |
| "ReactiveObjC": [ |
| "3.1.0" |
| ], |
| "MJExtension": [ |
| "3.0.13" |
| ] |
| } |
| } |