2 "name": "ReactiveCocoa",
3 "version": "3.0.0-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. 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",
17 "tag": "3.0.0-alpha.1"
19 "default_subspecs": "UI",
29 "source_files": "ReactiveCocoa/Objective-C/RACObjCRuntime.{h,m}",
30 "requires_arc": false,
31 "frameworks": "Foundation"
36 "ReactiveCocoa/no-arc": [
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}*"
45 "header_dir": "ReactiveCocoa",
46 "private_header_files": [
48 "**/*EXTRuntimeExtensions.h",
51 "frameworks": "Foundation"
56 "ReactiveCocoa/Core": [
60 "frameworks": "Foundation",
64 "ReactiveCocoa/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText}*"
71 "ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable}*"
73 "frameworks": "AppKit"