[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / d / 2 / ReactiveCocoa / 4.0.2-alpha-1 / ReactiveCocoa.podspec.json
blob04e6ea8132c5163837f29422e543f21560e878b5
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Josh Abernathy": "josh@github.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0"
18   },
19   "source": {
20     "git": "https://github.com/ReactiveCocoa/ReactiveCocoa.git",
21     "tag": "v4.0-alpha.1"
22   },
23   "dependencies": {
24     "Result": [
25       "~> 0.6-beta.1"
26     ]
27   },
28   "default_subspecs": "UI",
29   "subspecs": [
30     {
31       "name": "no-arc",
32       "source_files": "ReactiveCocoa/Objective-C/RACObjCRuntime.{h,m}",
33       "requires_arc": false,
34       "frameworks": "Foundation"
35     },
36     {
37       "name": "Core",
38       "source_files": "ReactiveCocoa/**/*.{d,h,m,swift}",
39       "exclude_files": [
40         "**/ReactiveCocoa.h",
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}*"
42       ],
43       "header_dir": "ReactiveCocoa",
44       "private_header_files": [
45         "**/*Private.h",
46         "**/*EXTRuntimeExtensions.h",
47         "**/RACEmpty*.h"
48       ],
49       "frameworks": "Foundation",
50       "dependencies": {
51         "ReactiveCocoa/no-arc": [
53         ]
54       },
55       "watchos": {
56         "exclude_files": "**/NSURLConnection*",
57         "pod_target_xcconfig": {
58           "GCC_PREPROCESSOR_DEFINITIONS": "DTRACE_PROBES_DISABLED=1"
59         }
60       }
61     },
62     {
63       "name": "UI",
64       "dependencies": {
65         "ReactiveCocoa/Core": [
67         ]
68       },
69       "ios": {
70         "source_files": [
71           "**/ReactiveCocoa.h",
72           "ReactiveCocoa/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
73         ],
74         "frameworks": "UIKit"
75       },
76       "osx": {
77         "source_files": [
78           "**/ReactiveCocoa.h",
79           "ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable}*"
80         ],
81         "frameworks": "AppKit"
82       }
83     }
84   ]