[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / d / 2 / ReactiveCocoa / 4.0.1-alpha-3 / ReactiveCocoa.podspec.json
blob463997c93857338836517bb76dba63c2aae15bbb
2   "name": "ReactiveCocoa",
3   "version": "4.0.1-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.\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.9",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/ReactiveCocoa/ReactiveCocoa.git",
22     "tag": "v4.0.0-alpha.3"
23   },
24   "dependencies": {
25     "Result": [
26       "~> 0.6.0-beta.6"
27     ]
28   },
29   "frameworks": "Foundation",
30   "default_subspecs": "UI",
31   "prepare_command": "sed -i '' 's@<ReactiveCocoa/\\(.*\\)>@\"\\1\"@g' ReactiveCocoa/ReactiveCocoa.h",
32   "subspecs": [
33     {
34       "name": "no-arc",
35       "source_files": "ReactiveCocoa/Objective-C/RACObjCRuntime.{h,m}",
36       "requires_arc": false
37     },
38     {
39       "name": "Core",
40       "source_files": "ReactiveCocoa/**/*.{d,h,m,swift}",
41       "exclude_files": [
42         "**/ReactiveCocoa.h",
43         "ReactiveCocoa/**/*{RACObjCRuntime,AppKit,NSControl,NSText,NSTable,UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
44       ],
45       "header_dir": "ReactiveCocoa",
46       "private_header_files": [
47         "**/*Private.h",
48         "**/*EXTRuntimeExtensions.h",
49         "**/RACEmpty*.h"
50       ],
51       "dependencies": {
52         "ReactiveCocoa/no-arc": [
54         ]
55       },
56       "watchos": {
57         "exclude_files": "**/NSURLConnection*",
58         "pod_target_xcconfig": {
59           "GCC_PREPROCESSOR_DEFINITIONS": "DTRACE_PROBES_DISABLED=1"
60         }
61       }
62     },
63     {
64       "name": "UI",
65       "dependencies": {
66         "ReactiveCocoa/Core": [
68         ]
69       },
70       "ios": {
71         "source_files": [
72           "**/ReactiveCocoa.h",
73           "ReactiveCocoa/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
74         ],
75         "frameworks": "UIKit"
76       },
77       "osx": {
78         "source_files": [
79           "\"**/ReactiveCocoa.h",
80           "ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable}*"
81         ],
82         "frameworks": "AppKit"
83       }
84     }
85   ]