blob: c7be21072a9bfedbb2ce00f459fc74bc0d22efd2 [file] [log] [blame]
{
"name": "Restofire",
"version": "0.8.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Restofire is a protocol oriented networking abstraction layer in swift",
"description": "Restofire is a protocol oriented networking abstraction layer in swift that is built on top of Alamofire to use services in a declartive way.",
"homepage": "https://github.com/Restofire/Restofire",
"social_media_url": "https://twitter.com/rahulkatariya91",
"authors": {
"Rahul Katariya": "rahulkatariya@me.com"
},
"source": {
"git": "https://github.com/Restofire/Restofire.git",
"tag": "v0.8.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.0"
]
},
"frameworks": "Foundation"
}
]
}