blob: 2122c36cafbeb409df3fbbb41d805905f902d165 [file] [log] [blame]
{
"name": "Reactofire",
"version": "0.3.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Reactofire is a protocol oriented networking library in swift",
"description": "Reactofire is a protocol oriented networking library in swift that is built on top of Alamofire, Gloss and ReactiveCocoa to use services in a declartive way",
"homepage": "https://github.com/RahulKatariya/Reactofire",
"social_media_url": "https://twitter.com/rahulkatariya91",
"authors": {
"Rahul Katariya": "rahulkatariya@me.com"
},
"source": {
"git": "https://github.com/RahulKatariya/Reactofire.git",
"tag": "v0.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"dependencies": {
"ReactiveCocoa": [
"~> 4.0"
],
"Alamofire": [
"~> 3.0"
],
"Gloss": [
"~> 0.7"
]
}
}