4 "summary": "The 2.x ReactiveCocoa Objective-C API: Streams of values over time",
5 "description": "ReactiveObjC (formally ReactiveCocoa or RAC) is an Objective-C\nframework inspired by [Functional Reactive Programming](\nhttp://en.wikipedia.org/wiki/Functional_reactive_programming).\nIt provides APIs for composing and **transforming streams of values**.",
6 "homepage": "https://github.com/sdkdimon/RACObjC",
11 "documentation_url": "https://github.com/sdkdimon/RACObjC/tree/master/Documentation#readme",
12 "authors": "Dmitry Lizin",
14 "git": "https://github.com/sdkdimon/RACObjC.git",
24 "frameworks": "Foundation",
25 "prepare_command": "find -E . -type f -not -name 'RAC*' -regex '.*(EXT.*|metamacros)\\.[hm]$' \\\n -execdir mv '{}' RAC'{}' \\;\nfind . -regex '.*\\.[hm]' \\\n -exec perl -pi \\\n -e 's@\"(?:(?!RAC)(EXT.*|metamacros))\\.h\"@\"RAC\\1.h\"@' '{}' \\;\nfind . -regex '.*\\.[hm]' \\\n -exec perl -pi \\\n -e 's@<RACObjC/(?:(?!RAC)(EXT.*|metamacros))\\.h>@<RACObjC/RAC\\1.h>@' '{}' \\;",
30 "Core/RACObjC/Classes/EXTObjC/*.{h,m}",
31 "Core/RACObjC/Classes/**/*.{h,m,d}",
32 "Core/RACObjC/RACObjC.h"
34 "private_header_files": [
35 "Core/RACObjC/Classes/**/*Private.h",
36 "Core/RACObjC/Classes/**/*EXTRuntimeExtensions.h",
37 "Core/RACObjC/Classes/**/RACEmpty*.h"
53 "UI/RACObjC-UI/Classes/**/*.{h,m}",
54 "UI/RACObjC-UI/RACObjCUI.h"
57 "exclude_files": "UI/RACObjC-UI/Classes/**/*{AppKit,NSControl,NSText}*"
60 "exclude_files": "UI/RACObjC-UI/Classes/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
63 "exclude_files": "UI/RACObjC-UI/Classes/**/*{AppKit,NSControl,NSText,NSTable,UIActionSheet,UIAlertView,UIDatePicker,UIImagePicker,UIRefreshControl,UISlider,UIStepper,UISwitch,MK}*"