[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / d / 2 / ReactiveCocoa / 0.16.1 / ReactiveCocoa.podspec.json
blobd11f2529b97c9909deeba0fd544907ee01a0da2b
2   "name": "ReactiveCocoa",
3   "version": "0.16.1",
4   "summary": "A framework for composing and transforming streams of values.",
5   "homepage": "https://github.com/blog/1107-reactivecocoa-is-now-open-source",
6   "authors": {
7     "Josh Abernathy": "josh@github.com"
8   },
9   "source": {
10     "git": "https://github.com/ReactiveCocoa/ReactiveCocoa.git",
11     "tag": "v0.16.1"
12   },
13   "license": "MIT",
14   "description": "ReactiveCocoa (RAC) is a framework for composing and transforming streams of values.",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0"
18   },
19   "compiler_flags": "-DOS_OBJECT_USE_OBJC=0",
20   "source_files": "ReactiveCocoaFramework/ReactiveCocoa/*.{h,m}",
21   "ios": {
22     "exclude_files": "**/*{NSButton,AppKit}*"
23   },
24   "osx": {
25     "exclude_files": "**/*{UIControl,UIText,RACEventTrampoline,RACDelegateProxy}*"
26   },
27   "prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1",
28   "subspecs": [
29     {
30       "name": "Core",
31       "header_dir": "ReactiveCocoa",
32       "dependencies": {
33         "JRSwizzle": [
34           "~> 1.0"
35         ],
36         "libextobjc/EXTKeyPathCoding": [
37           "~> 0.2.4"
38         ],
39         "libextobjc/EXTConcreteProtocol": [
40           "~> 0.2.4"
41         ],
42         "libextobjc/EXTScope": [
43           "~> 0.2.4"
44         ]
45       }
46     },
47     {
48       "name": "RACExtensions",
49       "source_files": "RACExtensions/*.{h,m}",
50       "ios": {
51         "exclude_files": "**/*{NSTask}*"
52       },
53       "dependencies": {
54         "ReactiveCocoa/Core": [
56         ]
57       }
58     }
59   ]