blob: 20fcdf9308dac19f70867e94328bc48231191f2a [file] [log] [blame]
{
"name": "Restofire",
"version": "5.0.0-alpha.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Restofire is a protocol oriented networking client for Alamofire.",
"description": "Restofire is a protocol oriented networking client for Alamofire.",
"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": "v5.0.0-alpha.2"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 5.0.0-beta.1"
]
},
"frameworks": "Foundation"
}
]
}