| { |
| "name": "APIRequest", |
| "version": "0.3.3", |
| "summary": "This is the interface for constructing API request.", |
| "description": "This is the interface for constructing API request. This framework will not include networking layer but will produce the outcome as URLRequest to be injected in networking layer.", |
| "homepage": "https://github.com/tpeodndyy/APIRequest", |
| "license": "MIT", |
| "authors": "Peera Kerdkokaew", |
| "swift_version": "4.0", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/tpeodndyy/APIRequest.git", |
| "tag": "0.3.3" |
| }, |
| "source_files": "APIRequest/*.swift" |
| } |