[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / d / 2 / ReactiveCocoa / 0.8.0 / ReactiveCocoa.podspec.json
blob4eb7b791402b0ddabf33569eee9c698d3ca8a007
2   "name": "ReactiveCocoa",
3   "version": "0.8.0",
4   "summary": "A framework for composing and transforming sequences 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.8.0"
12   },
13   "license": "Simplified BSD License",
14   "description": "ReactiveCocoa (RAC) is a framework for composing and transforming sequences of values.",
15   "requires_arc": true,
16   "compiler_flags": "-DOS_OBJECT_USE_OBJC=0",
17   "source_files": "ReactiveCocoaFramework/ReactiveCocoa/*.{h,m}",
18   "ios": {
19     "exclude_files": "**/*{NSButton,AppKit}*"
20   },
21   "osx": {
22     "exclude_files": "**/*{UIControl,UIText,Event,DelegateProxy}*"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "header_dir": "ReactiveCocoa",
28       "dependencies": {
29         "JRSwizzle": [
30           "~> 1.0"
31         ],
32         "libextobjc/EXTConcreteProtocol": [
33           "~> 0.1.0"
34         ]
35       }
36     },
37     {
38       "name": "RACExtensions",
39       "source_files": "RACExtensions/*.{h,m}",
40       "ios": {
41         "exclude_files": "**/*{NSTask}*"
42       },
43       "dependencies": {
44         "ReactiveCocoa/Core": [
46         ]
47       }
48     }
49   ]