blob: ebbcd2881e0a97f8eba9cb3f00a25f53d918303e [file] [log] [blame]
{
"name": "AFNetworking-RACExtensions",
"version": "0.1.6",
"summary": "AFNetworking-RACExtensions is a delightful extension to the AFNetworking classes for iOS and Mac OS X.",
"homepage": "https://github.com/CodaFi/AFNetworking-RACExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Widmann": "devteam.codafi@gmail.com"
},
"source": {
"git": "https://github.com/CodaFi/AFNetworking-RACExtensions.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "RACAFNetworking",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"ReactiveCocoa": [
"~> 2.0"
]
}
}