blob: 724c48c230120bdfabeba850b8fbb08a297b8172 [file] [log] [blame]
{
"name": "OBConnection",
"version": "2.2.2",
"authors": {
"Oriol Blanc": "oriolblanc@gmail.com"
},
"homepage": "https://github.com/oriolblanc/OBConnection",
"summary": "The easiest and simplest networking library for iOS and OS X, combining AFNetworking, EGOCache and JSONKit.",
"source": {
"git": "https://github.com/oriolblanc/OBConnection.git",
"tag": "2.2.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source_files": "OBConnection/OB*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.0"
],
"EGOCache": [
"0.0.1"
]
}
}