2 "name": "ReactiveCocoa",
3 "version": "3.0-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. It provides APIs for composing and transforming streams of values.",
6 "homepage": "https://github.com/ReactiveCocoa/ReactiveCocoa/",
9 "Josh Abernathy": "josh@github.com"
16 "git": "https://github.com/ashfurrow/ReactiveCocoa.git",
19 "default_subspecs": "UI",
28 "source_files": "ReactiveCocoa/Objective-C/RACObjCRuntime.{h,m}",
29 "requires_arc": false,
30 "frameworks": "Foundation"
35 "ReactiveCocoa/no-arc": [
39 "source_files": "ReactiveCocoa/**/*.{d,h,m,swift}",
42 "ReactiveCocoa/**/*{RACObjCRuntime,AppKit,NSControl,NSText,NSTable,UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText}*"
44 "header_dir": "ReactiveCocoa",
45 "private_header_files": [
47 "**/*EXTRuntimeExtensions.h",
50 "frameworks": "Foundation"
55 "ReactiveCocoa/Core": [
59 "frameworks": "Foundation",
63 "ReactiveCocoa/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText}*"
70 "ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable}*"
72 "frameworks": "AppKit"