blob: 27f7d4fae69e24fc5c3e7390ca5ebbf6f1e45b24 [file] [log] [blame]
{
"name": "RACAlamofire",
"version": "0.0.6",
"license": "MIT",
"summary": "ReactiveCocoa extensions for Alamofire",
"homepage": "https://github.com/ararog/Alamofire-RACExtensions",
"social_media_url": "http://twitter.com/ararog",
"authors": {
"Rogério Araújo": "rogerio.araujo@gmail.com.br"
},
"source": {
"git": "https://github.com/ararog/Alamofire-RACExtensions.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "RACAlamofire/*.swift",
"dependencies": {
"Alamofire": [
"~> 1.1.0"
],
"ReactiveCocoa": [
"~> 2.0"
]
},
"requires_arc": true
}