blob: ef80212527c9899747798b20f39f4063f1dce0a0 [file] [log] [blame]
{
"name": "CRUD",
"version": "1.0.4",
"summary": "Simple framework for work with REST API in ActiveRecord style",
"homepage": "https://github.com/MetalheadSanya/CRUD",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"Alexander Zalutskiy": "metalhead.sanya@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/MetalheadSanya/CRUD.git",
"tag": "1.0.4",
"submodules": true
},
"source_files": "CRUD/Source/*.{h,swift}",
"dependencies": {
"Gloss": [
"~> 0.7"
],
"Alamofire": [
"~> 3.4"
],
"When": [
"~> 1.0.4"
]
}
}