blob: 0a1f71d47b4397764946fb31510a07850342fc25 [file] [log] [blame]
{
"name": "APIModel",
"module_name": "ApiModel",
"version": "0.5.1",
"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.5.1"
},
"source_files": "Source/**/*",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.2"
],
"SwiftyJSON": [
"~> 2.2.0"
],
"RealmSwift": [
"~> 0.93.0"
]
}
}