blob: 9104b46e7d2e3e749969bb5b733ee0844094f3c0 [file] [log] [blame]
{
"name": "RXHTTPCommander",
"version": "0.0.2",
"summary": "Reactive Commands for interacting with HTTP servers",
"homepage": "https://github.com/SwiftReactive/HTTPCommander",
"social_media_url": "https://twitter.com/pepibumur",
"license": "MIT",
"authors": {
"@pepibumur": "pepibumur@gmail.com"
},
"source": {
"git": "https://github.com/SwiftReactive/HTTPCommander.git",
"tag": "0.0.2"
},
"platforms": {
"tvos": "9.0",
"ios": "8.0",
"osx": "10.10",
"watchos": "2.1"
},
"requires_arc": true,
"source_files": [
"HTTPCommander/Source/Core/**/*.{swift}",
"HTTPCommander/Source/RX/**/*.{swift}"
],
"dependencies": {
"RXCommander": [
"~> 0.0"
],
"Alamofire": [
"~> 3.1"
]
}
}