[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 4 / d / 1 / ReactiveNetworking / 1.0.0 / ReactiveNetworking.podspec.json
blob9691e8f83c6aec50da4075bbab9f26f2fec3c827
2   "name": "ReactiveNetworking",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Mixes the great AFNetworking with ReactiveCocoa.",
6   "homepage": "https://github.com/plu/ReactiveNetworking",
7   "authors": {
8     "Johannes Plunien": "plu@pqpq.de"
9   },
10   "source": {
11     "git": "https://github.com/plu/ReactiveNetworking.git",
12     "tag": "1.0.0",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "source_files": "ReactiveNetworking/*.{h,m}",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 1.0"
24     ],
25     "Mantle": [
26       "~> 1.0"
27     ],
28     "ReactiveCocoa": [
29       "~> 2.0"
30     ],
31     "ReactiveCocoa/UI": [
32       "~> 2.0"
33     ]
34   }