[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 0 / ABRequestManager / 0.0.1 / ABRequestManager.podspec.json
blob90a6725ebee9803f47a81119f3c09ac532548ecc
2   "name": "ABRequestManager",
3   "version": "0.0.1",
4   "summary": "Lightweight and extensible request manager for iOS/OS X.",
5   "homepage": "https://github.com/belkevich/requestmanager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Alexey Belkevich": "belkevich.alexey@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/belkevich/requestmanager.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "source_files": "Classes/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "ABMultiton": [
26     ],
27     "SCNetworkReachability": [
29     ]
30   }