[Add] MappedIn 5.5.0
[CocoaPods.git] / Specs / 7 / 4 / 0 / ABRequestManager / 0.0.2 / ABRequestManager.podspec.json
blob47c9969b87da2c834369cb24a3e6595f7ab5bada
2   "name": "ABRequestManager",
3   "version": "0.0.2",
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.2"
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": [
25       "1.2.2"
26     ],
27     "SCNetworkReachability": [
28       "1.2.0"
29     ]
30   }