2 "name": "ReactiveCocoaEx",
4 "summary": "homemade ReactiveCocoa that only works for iOS and don't have deprecation warnings!",
5 "description": "ReactiveCocoa (RAC) is an Objective-C framework for Functional Reactive Programming.\nIt provides APIs for composing and transforming streams of values.",
6 "homepage": "https://github.com/ReactiveCocoa/ReactiveCocoa",
12 "Hai Feng Kao": "haifeng@cocoaspice.com"
18 "git": "https://github.com/haifengkao/ReactiveCocoaEx.git",
26 "frameworks": "Foundation",
27 "default_subspecs": "UI",
28 "prepare_command": "sed -i '' 's@<ReactiveCocoa/\\(.*\\)>@\"\\1\"@g' ReactiveCocoa/ReactiveCocoa.h",
32 "source_files": "ReactiveCocoa/Objective-C/RACObjCRuntime.{h,m}",
37 "source_files": "ReactiveCocoa/**/*.{d,h,m}",
39 "ReactiveCocoa/**/*{RACObjCRuntime,AppKit,NSControl,NSText,NSTable}*"
41 "header_dir": "ReactiveCocoa",
42 "private_header_files": [
44 "**/*EXTRuntimeExtensions.h",
48 "ReactiveCocoa/no-arc": [
53 "exclude_files": "**/NSURLConnection*",
54 "pod_target_xcconfig": {
55 "GCC_PREPROCESSOR_DEFINITIONS": "DTRACE_PROBES_DISABLED=1"
62 "ReactiveCocoa/Core": [
75 "ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable}*"
77 "frameworks": "AppKit"
82 "ReactiveCocoa/**/*{UIButton,UICollectionReusableView,UIControl,UIGestureRecognizer,UISegmentedControl,UITableViewCell,UITableViewHeaderFooterView,UIText}*"
86 "source_files": "**/ReactiveCocoa.h"