2 "name": "ReactiveCocoa",
3 "version": "4.0.1-alpha-3",
4 "summary": "A framework for composing and transforming streams of values.",
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 "Josh Abernathy": "josh@github.com"
21 "git": "https://github.com/ReactiveCocoa/ReactiveCocoa.git",
22 "tag": "v4.0.0-alpha.3"
29 "frameworks": "Foundation",
30 "default_subspecs": "UI",
31 "prepare_command": "sed -i '' 's@<ReactiveCocoa/\\(.*\\)>@\"\\1\"@g' ReactiveCocoa/ReactiveCocoa.h",
35 "source_files": "ReactiveCocoa/Objective-C/RACObjCRuntime.{h,m}",
40 "source_files": "ReactiveCocoa/**/*.{d,h,m,swift}",
43 "ReactiveCocoa/**/*{RACObjCRuntime,AppKit,NSControl,NSText,NSTable,UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
45 "header_dir": "ReactiveCocoa",
46 "private_header_files": [
48 "**/*EXTRuntimeExtensions.h",
52 "ReactiveCocoa/no-arc": [
57 "exclude_files": "**/NSURLConnection*",
58 "pod_target_xcconfig": {
59 "GCC_PREPROCESSOR_DEFINITIONS": "DTRACE_PROBES_DISABLED=1"
66 "ReactiveCocoa/Core": [
73 "ReactiveCocoa/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
79 "\"**/ReactiveCocoa.h",
80 "ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable}*"
82 "frameworks": "AppKit"