| { |
| "name": "YMNetwork-Swift", |
| "version": "1.0.0", |
| "summary": "HTTP Networking library written in Swift.", |
| "description": "YMNetwork has been designed to send HTTP requests very easily.", |
| "homepage": "https://github.com/miletliyusuf/YMNetwork", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Yusuf Miletli": "miletliyusuf@gmail.com" |
| }, |
| "social_media_url": "https://www.linkedin.com/in/miletliyusuf/", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/miletliyusuf/YMNetwork.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "YMNetwork", |
| "YMNetwork/**/*.swift" |
| ], |
| "swift_versions": "5.0", |
| "swift_version": "5.0" |
| } |