[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / d / 1 / ReactiveNetworking / 1.3.2 / ReactiveNetworking.podspec.json
blob10062891cd92d59ce6d12690bdd8843e97e4205f
2   "name": "ReactiveNetworking",
3   "version": "1.3.2",
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.3.2",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "default_subspecs": "Core",
22   "prefix_header_contents": "#if __IPHONE_OS_VERSION_MIN_REQUIRED\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <MobileCoreServices/MobileCoreServices.h>\n  #import <Security/Security.h>\n#else\n  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <CoreServices/CoreServices.h>\n  #import <Security/Security.h>\n#endif\n",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "ReactiveNetworking/*.{h,m}",
27       "dependencies": {
28         "ReactiveNetworking/Dependencies": [
30         ]
31       }
32     },
33     {
34       "name": "Dependencies",
35       "dependencies": {
36         "AFNetworking": [
37           "~> 1.0"
38         ],
39         "Mantle": [
40           "~> 1.0"
41         ],
42         "ReactiveCocoa": [
43           "~> 2.0"
44         ],
45         "ReactiveCocoa/UI": [
46           "~> 2.0"
47         ]
48       }
49     },
50     {
51       "name": "Testing",
52       "dependencies": {
53         "Expecta": [
54           "~> 0.3"
55         ],
56         "OHHTTPStubs": [
57           "~> 3.1"
58         ],
59         "Specta": [
60           "~> 0.2"
61         ]
62       }
63     }
64   ]