blob: 124c1f9ef85da79ef577c107562daa7b4adf371f [file] [log] [blame]
{
"name": "Restofire",
"version": "0.6.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 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.6.0"
},
"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"
},
{
"name": "ReactiveCocoa",
"source_files": "Sources/ReactiveCocoa/*.swift",
"dependencies": {
"Restofire/Core": [
],
"ReactiveCocoa": [
"~> 4.0"
]
}
},
{
"name": "RxSwift",
"source_files": "Sources/RxSwift/*.swift",
"dependencies": {
"Restofire/Core": [
],
"RxSwift": [
"~> 2.0"
]
}
}
]
}