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",
17 "description": "ReactiveCocoa (RAC) is an Objective-C framework for Functional Reactive Programming. It provides APIs for composing and transforming streams of values.",
23 "prepare_command": " find . \\( -regex '.*EXT.*\\.[mh]$' -o -regex '.*metamacros\\.[mh]$' \\) -execdir mv {} RAC{} \\;\n find . -regex '.*\\.[hm]' -exec sed -i '' -E 's@\"(EXT.*|metamacros)\\.h\"@\"RAC\\1.h\"@' {} \\;\n find . -regex '.*\\.[hm]' -exec sed -i '' -E 's@<ReactiveCocoa/(EXT.*)\\.h>@<ReactiveCocoa/RAC\\1.h>@' {} \\;\n",
24 "default_subspecs": "UI",
28 "source_files": "ReactiveCocoa/RACObjCRuntime.{h,m}",
34 "ReactiveCocoa/no-arc": [
39 "ReactiveCocoa/*.{d,h,m}",
40 "ReactiveCocoa/extobjc/*.{h,m}"
42 "private_header_files": [
43 "ReactiveCocoa/*Private.h"
45 "exclude_files": "ReactiveCocoa/*{RACObjCRuntime,AppKit,NSControl,NSText,UIActionSheet,UI}*"
50 "ReactiveCocoa/Core": [
54 "source_files": "ReactiveCocoa/*{AppKit,NSControl,NSText,UI}*",
56 "exclude_files": "ReactiveCocoa/UI*"
59 "exclude_files": "ReactiveCocoa/*{AppKit,NSControl,NSText}*"