blob: 04e6ea8132c5163837f29422e543f21560e878b5 [file] [log] [blame]
{
"name": "ReactiveCocoa",
"version": "4.0.2-alpha-1",
"summary": "A framework for composing and transforming streams of values.",
"description": "ReactiveCocoa (RAC) is an Objective-C framework for Functional Reactive Programming.\nIt provides APIs for composing and transforming streams of values.",
"homepage": "https://github.com/ReactiveCocoa/ReactiveCocoa",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Josh Abernathy": "josh@github.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/ReactiveCocoa/ReactiveCocoa.git",
"tag": "v4.0-alpha.1"
},
"dependencies": {
"Result": [
"~> 0.6-beta.1"
]
},
"default_subspecs": "UI",
"subspecs": [
{
"name": "no-arc",
"source_files": "ReactiveCocoa/Objective-C/RACObjCRuntime.{h,m}",
"requires_arc": false,
"frameworks": "Foundation"
},
{
"name": "Core",
"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,MK}*"
],
"header_dir": "ReactiveCocoa",
"private_header_files": [
"**/*Private.h",
"**/*EXTRuntimeExtensions.h",
"**/RACEmpty*.h"
],
"frameworks": "Foundation",
"dependencies": {
"ReactiveCocoa/no-arc": [
]
},
"watchos": {
"exclude_files": "**/NSURLConnection*",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "DTRACE_PROBES_DISABLED=1"
}
}
},
{
"name": "UI",
"dependencies": {
"ReactiveCocoa/Core": [
]
},
"ios": {
"source_files": [
"**/ReactiveCocoa.h",
"ReactiveCocoa/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
],
"frameworks": "UIKit"
},
"osx": {
"source_files": [
"**/ReactiveCocoa.h",
"ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable}*"
],
"frameworks": "AppKit"
}
}
]
}