[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / d / 1 / ReactiveNetworking / 1.0.1 / ReactiveNetworking.podspec.json
blob504f20eed3cbad91fd9abd085cb51b204e7dfee9
2   "name": "ReactiveNetworking",
3   "version": "1.0.1",
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   "social_media_url": "https://twitter.com/plutooth",
11   "source": {
12     "git": "https://github.com/plu/ReactiveNetworking.git",
13     "tag": "1.0.1",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "source_files": "ReactiveNetworking/*.{h,m}",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 1.0"
25     ],
26     "Mantle": [
27       "~> 1.0"
28     ],
29     "ReactiveCocoa": [
30       "~> 2.0"
31     ],
32     "ReactiveCocoa/UI": [
33       "~> 2.0"
34     ]
35   }