2 "name": "ReactiveCocoa",
4 "summary": "A framework for composing and transforming streams of values.",
5 "homepage": "https://github.com/blog/1107-reactivecocoa-is-now-open-source",
7 "Josh Abernathy": "josh@github.com"
10 "git": "https://github.com/ReactiveCocoa/ReactiveCocoa.git",
14 "description": "ReactiveCocoa (RAC) is an Objective-C framework for Functional Reactive Programming. It provides APIs for composing and transforming streams of values.",
20 "compiler_flags": "-DOS_OBJECT_USE_OBJC=0",
21 "prepare_command": " find . \\( -name '*.h' -o -name '*.m' \\) \\\n -exec sed -i '' -E 's@<ReactiveCocoa/(EXTKeyPathCoding|EXTScope|metamacros)\\.h>@<\\1.h>@' {} +\n",
22 "source_files": "ReactiveCocoaFramework/ReactiveCocoa/*.{h,m}",
24 "exclude_files": "**/*{NSButton,AppKit,NSText,NSControl}*"
27 "exclude_files": "**/*{UIBarButtonItem,UIControl,UIGestureRecognizer,UIText,RACEventTrampoline,RACDelegateProxy}*"
32 "header_dir": "ReactiveCocoa",
37 "libextobjc/EXTKeyPathCoding": [
40 "libextobjc/EXTConcreteProtocol": [
43 "libextobjc/EXTScope": [
49 "name": "RACExtensions",
50 "source_files": "RACExtensions/*.{h,m}",
52 "exclude_files": "**/*{NSTask}*"
55 "ReactiveCocoa/Core": [