blob: de740c0b9d54a944f14b518e3866762248b3ec0c [file] [log] [blame]
{
"name": "APIModel",
"module_name": "ApiModel",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": "Source/**/*",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"SwiftyJSON": [
"~> 4.2"
],
"RealmSwift": [
"~> 3.13"
]
}
}