| { |
| "name": "YTNetwork", |
| "version": "1.0", |
| "summary": "YTNetwork is is a high level request util based on Alamofire.It provides a High Level API for network request.Inspired by YTKNetwork", |
| "homepage": "https://github.com/Shannon-Yang/YTNetwork", |
| "license": "MIT", |
| "authors": { |
| "Shannon Yang": "shannonyang0805@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "source": { |
| "git": "https://github.com/Shannon-Yang/YTNetwork.git", |
| "tag": "1.0" |
| }, |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.0" |
| ], |
| "SwiftyJSON": [ |
| |
| ], |
| "CryptoSwift": [ |
| |
| ], |
| "ObjectMapper": [ |
| "~> 2.2" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |