blob: d71b8f515e135e9e4357add724e77aa10b34096e [file] [log] [blame]
{
"name": "Restberry",
"version": "0.1.1",
"homepage": "https://github.com/maxsokolov/swift-restberry",
"summary": "A generic rest api client written in Swift",
"authors": {
"Max Sokolov": "i@maxsokolov.net"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Restberry",
"module_name": "Restberry",
"source": {
"git": "https://github.com/maxsokolov/swift-restberry.git",
"tag": "0.1.1"
},
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"Mantle": [
"~> 2.0"
]
}
}