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 . \\( -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",
25 "source_files": "ReactiveCocoaFramework/ReactiveCocoa/RACObjCRuntime.{h,m}",
31 "ReactiveCocoa/no-arc": [
35 "source_files": "ReactiveCocoaFramework/ReactiveCocoa/**/*.{d,h,m}",
36 "private_header_files": [
38 "**/*EXTRuntimeExtensions.h"
40 "exclude_files": "ReactiveCocoaFramework/ReactiveCocoa/RACObjCRuntime.{h,m}",
42 "exclude_files": "**/*{AppKit,NSControl,NSText}*"
45 "exclude_files": "**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionViewCell,UIControl,UIDatePicker,UIGestureRecognizer,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UIText}*"
47 "header_dir": "ReactiveCocoa"