blob: 82a2a3e6f61db8c6765cbe36addff731f0f4df67 [file] [log] [blame]
{
"name": "APIModel",
"module_name": "ApiModel",
"version": "0.8.2",
"summary": "Easy API integrations using Realm and Swift",
"description": "Easy get up and running with any API, with maximum flexibility,\nintuitive boilerplate and a very declarative aproach to API integrations.",
"homepage": "https://github.com/erkie/ApiModel",
"license": "MIT",
"authors": {
"Erik Rothoff Andersson": "erik.rothoff@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/erkie/ApiModel.git",
"tag": "0.8.2"
},
"source_files": "Source/**/*",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.2"
],
"SwiftyJSON": [
"~> 2.2.0"
],
"RealmSwift": [
"~> 0.94.0"
]
}
}