[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 0 / c / ACEOAuth2RACManager / 1.0.2 / ACEOAuth2RACManager.podspec.json
blobe3828f9a3b08f7f8cc674ada2be9204494909d34
2   "name": "ACEOAuth2RACManager",
3   "version": "1.0.2",
4   "license": "MIT",
5   "summary": "Network manager with RAC OAuth2 support.",
6   "homepage": "https://github.com/acerbetti/ACEOAuth2RACManager",
7   "authors": {
8     "Stefano Acerbetti": "acerbetti@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/acerbetti/ACEOAuth2RACManager.git",
12     "tag": "1.0.2"
13   },
14   "source_files": [
15     "ACEOAuth2RACManager/*.{h,m}",
16     "AFNetworkHelpers/**/*.{h,m}"
17   ],
18   "requires_arc": true,
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.9"
22   },
23   "dependencies": {
24     "AFOAuth2Manager": [
25       "~> 3.0"
26     ],
27     "ReactiveCocoa": [
28       "~> 2.5"
29     ],
30     "NSURL+QueryDictionary": [
31       "~> 1.2"
32     ]
33   }