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