blob: 5bedb81318e34774c38d8bfcea649d65019fad76 [file] [log] [blame]
{
"name": "Restofire",
"version": "4.1.0",
"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 declarative 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": "v4.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": [
"4",
"4.1",
"4.2",
"5",
"5.1"
],
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.9"
]
},
"frameworks": "Foundation"
}
],
"swift_version": "5.1"
}