| { |
| "name": "MyTestLibrary", |
| "version": "0.1.2", |
| "summary": "Some subclass of the some very helpfull class", |
| "description": "This project is the almost absolutely fantastic project in the world ever been created by the humans", |
| "homepage": "https://github.com/VictorLiubchenko/MyTestLibrary", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Liubchenko": "liubchenko.v@nixsolutions.com" |
| }, |
| "source": { |
| "git": "https://github.com/VictorLiubchenko/MyTestLibrary.git", |
| "tag": "0.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "MyTestLibrary/Classes/**/*", |
| "frameworks": [ |
| "UIKit", |
| "MapKit" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.3" |
| ], |
| "Alamofire": [ |
| "~> 3.4.1" |
| ] |
| } |
| } |