[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / d / 2 / ReactiveCocoa / 1.6.0 / ReactiveCocoa.podspec.json
blob5931cccdfe1740b20b041b0e81b68a935ec38d1a
2   "name": "ReactiveCocoa",
3   "version": "1.6.0",
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": "v1.6.0"
12   },
13   "license": "MIT",
14   "description": "ReactiveCocoa (RAC) is an Objective-C framework for Functional Reactive Programming. It provides APIs for composing and transforming streams of values.",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "compiler_flags": "-DOS_OBJECT_USE_OBJC=0",
21   "source_files": "ReactiveCocoaFramework/ReactiveCocoa/*.{h,m}",
22   "ios": {
23     "exclude_files": "**/*{NSButton,AppKit,NSText,NSControl}*"
24   },
25   "osx": {
26     "exclude_files": "**/*{UIBarButtonItem,UIControl,UIText,RACEventTrampoline,RACDelegateProxy}*"
27   },
28   "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",
29   "subspecs": [
30     {
31       "name": "Core",
32       "header_dir": "ReactiveCocoa",
33       "dependencies": {
34         "JRSwizzle": [
35           "~> 1.0"
36         ],
37         "libextobjc/EXTKeyPathCoding": [
38           "~> 0.2.5"
39         ],
40         "libextobjc/EXTConcreteProtocol": [
41           "~> 0.2.5"
42         ],
43         "libextobjc/EXTScope": [
44           "~> 0.2.5"
45         ]
46       }
47     },
48     {
49       "name": "RACExtensions",
50       "source_files": "RACExtensions/*.{h,m}",
51       "ios": {
52         "exclude_files": "**/*{NSTask}*"
53       },
54       "dependencies": {
55         "ReactiveCocoa/Core": [
57         ]
58       }
59     }
60   ]