blob: 4e556314a849d3c206250a03592a3d4940d02f53 [file] [log] [blame]
{
"name": "AFNetworking-RACExtensions",
"version": "0.1.8",
"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.8"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "RACAFNetworking",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.3"
],
"ReactiveCocoa": [
"~> 2.0"
]
}
}