blob: 82ea1f9f4560b4cd9c7a52dd21fa12d40693a95e [file] [log] [blame]
{
"name": "CRUD",
"version": "1.1.5",
"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": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/MetalheadSanya/CRUD.git",
"tag": "1.1.5",
"submodules": true
},
"source_files": "CRUD/Source/*.{h,swift}",
"dependencies": {
"Gloss": [
"~> 1.0.0"
],
"Alamofire": [
"~> 4.0.1"
],
"When": [
"~> 2.0.0"
]
}
}