blob: c77e386216ebb901500ccbd11a314e8cce841f30 [file] [log] [blame]
{
"name": "ReactiveCocoa",
"version": "3.0.0-alpha.1",
"summary": "A framework for composing and transforming streams of values.",
"description": "ReactiveCocoa (RAC) is an Objective-C framework for Functional Reactive Programming. It provides APIs for composing and transforming streams of values.",
"homepage": "https://github.com/ReactiveCocoa/ReactiveCocoa/",
"license": "MIT",
"authors": {
"Josh Abernathy": "josh@github.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/ashfurrow/ReactiveCocoa.git",
"tag": "3.0.0-alpha.1"
},
"default_subspecs": "UI",
"requires_arc": true,
"dependencies": {
"LlamaKit": [
"0.1.1"
]
},
"subspecs": [
{
"name": "no-arc",
"source_files": "ReactiveCocoa/Objective-C/RACObjCRuntime.{h,m}",
"requires_arc": false,
"frameworks": "Foundation"
},
{
"name": "Core",
"dependencies": {
"ReactiveCocoa/no-arc": [
]
},
"source_files": "ReactiveCocoa/**/*.{d,h,m,swift}",
"exclude_files": [
"**/ReactiveCocoa.h",
"ReactiveCocoa/**/*{RACObjCRuntime,AppKit,NSControl,NSText,NSTable,UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText}*"
],
"header_dir": "ReactiveCocoa",
"private_header_files": [
"**/*Private.h",
"**/*EXTRuntimeExtensions.h",
"**/RACEmpty*.h"
],
"frameworks": "Foundation"
},
{
"name": "UI",
"dependencies": {
"ReactiveCocoa/Core": [
]
},
"frameworks": "Foundation",
"ios": {
"source_files": [
"**/ReactiveCocoa.h",
"ReactiveCocoa/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText}*"
],
"frameworks": "UIKit"
},
"osx": {
"source_files": [
"**/ReactiveCocoa.h",
"ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable}*"
],
"frameworks": "AppKit"
}
}
]
}