| { |
| "name": "MyRequestLib", |
| "version": "0.1.2", |
| "summary": "MyRequestLib is a library enabled to make HTML request.", |
| "swift_versions": "4.0", |
| "description": "MyRequestLib is a library enabled to make HTML request (GET, POST, PUT, DELETE). The\nlibrary was created with education ends.", |
| "homepage": "https://github.com/javesp/MyRequestLib", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "javesp": "javierespinoza23@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/javesp/MyRequestLib.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "MyRequestLib/Classes/**/*", |
| "swift_version": "4.0" |
| } |