2 "name": "ReactiveCocoa",
3 "version": "4.0.2-alpha-1",
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"
20 "git": "https://github.com/ReactiveCocoa/ReactiveCocoa.git",
28 "default_subspecs": "UI",
32 "source_files": "ReactiveCocoa/Objective-C/RACObjCRuntime.{h,m}",
33 "requires_arc": false,
34 "frameworks": "Foundation"
38 "source_files": "ReactiveCocoa/**/*.{d,h,m,swift}",
41 "ReactiveCocoa/**/*{RACObjCRuntime,AppKit,NSControl,NSText,NSTable,UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
43 "header_dir": "ReactiveCocoa",
44 "private_header_files": [
46 "**/*EXTRuntimeExtensions.h",
49 "frameworks": "Foundation",
51 "ReactiveCocoa/no-arc": [
56 "exclude_files": "**/NSURLConnection*",
57 "pod_target_xcconfig": {
58 "GCC_PREPROCESSOR_DEFINITIONS": "DTRACE_PROBES_DISABLED=1"
65 "ReactiveCocoa/Core": [
72 "ReactiveCocoa/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
79 "ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable}*"
81 "frameworks": "AppKit"