blob: e60029c892603473479058cd2522f5db2648edd7 [file] [log] [blame]
{
"name": "Rage",
"version": "0.1.0",
"summary": "Network abstraction layer for iOS applications",
"description": "Network abstraction layer for iOS applications.",
"homepage": "https://github.com/gspd-mobi/rage-ios",
"license": "MIT",
"authors": {
"Pavel Korolev": "pavel.korolev@gspd.mobi"
},
"source": {
"git": "https://github.com/gspd-mobi/rage-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Rage/**/*",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 2.0"
],
"ObjectMapper": [
"~> 1.3"
]
}
}