blob: 9bb9af70bcddf752b733392644a99c872ba68392 [file] [log] [blame]
{
"name": "MovesAPI",
"version": "0.1.0",
"summary": "Unofficial Moves API client written in Swift.",
"homepage": "https://github.com/darrarski/MovesAPI",
"authors": {
"Dariusz Rybicki": "darrarski@gmail.com"
},
"social_media_url": "https://twitter.com/darrarski",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/darrarski/MovesAPI.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "MovesAPI/**/*.swift",
"requires_arc": true,
"dependencies": {
"RxSwift": [
"~> 3.0"
],
"ModelMapper": [
"~> 5.0"
],
"Alamofire": [
"~> 4.0"
],
"RxAlamofire": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}