| { |
| "name": "JXNetworking", |
| "version": "0.0.2", |
| "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.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "JXNetworking/Classes/*.{h,m}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| } |