[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / d / OBConnection / 2.2.2 / OBConnection.podspec.json
blob724c48c230120bdfabeba850b8fbb08a297b8172
2   "name": "OBConnection",
3   "version": "2.2.2",
4   "authors": {
5     "Oriol Blanc": "oriolblanc@gmail.com"
6   },
7   "homepage": "https://github.com/oriolblanc/OBConnection",
8   "summary": "The easiest and simplest networking library for iOS and OS X, combining AFNetworking, EGOCache and JSONKit.",
9   "source": {
10     "git": "https://github.com/oriolblanc/OBConnection.git",
11     "tag": "2.2.2"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.7"
20   },
21   "source_files": "OBConnection/OB*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 1.3.0"
26     ],
27     "EGOCache": [
28       "0.0.1"
29     ]
30   }