blob: a9f662a86a3fc0929a2ddbc43fb5f88db7c71899 [file] [log] [blame]
{
"name": "APIModel",
"version": "0.4.0",
"summary": "Easy API integrations using Realm and Swift",
"description": " Easy get up and running with any API, with maximum flexibility,\n intuitive boilerplate and a very declarative aproach to API integrations.\n",
"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.4.0"
},
"source_files": "Source/**/*",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.2"
],
"RealmSwift": [
"~> 0.92.0"
]
}
}