[Add] OpacityCore 3.22.7
[CocoaPods.git] / Specs / 2 / b / 3 / DRNRACNetworkClient / 0.1.0 / DRNRACNetworkClient.podspec.json
blob054cbc743d6b602c1fd010291d55e4a2dd2ef2b8
2   "name": "DRNRACNetworkClient",
3   "version": "0.1.0",
4   "summary": "A reactive network client",
5   "description": "A reactive network client built with AFNetworking and ReactiveCocoa to make pleasant dealing with network layer.",
6   "homepage": "https://github.com/ricowere/DRNRACNetworkClient",
7   "license": "MIT",
8   "authors": {
9     "David Rico": "drico.david@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ricowere/DRNRACNetworkClient.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.3"
17   },
18   "requires_arc": true,
19   "public_header_files": "Source/**/*.h",
20   "default_subspecs": "Core",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.5"
24     ],
25     "ReactiveCocoa": [
26       "~> 2.5"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Source/**/*.{h,m}"
33     }
34   ]