blob: 8ea2b17a62633a1d20644ef1432b198c4ce84456 [file] [log] [blame]
{
"name": "Restofire",
"version": "5.0.0-beta.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "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-beta.1"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 5.0.0-rc.3"
]
},
"frameworks": "Foundation"
}
],
"swift_version": "5.1"
}