[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / d / 2 / ReactiveCocoa / 3.0-alpha.3 / ReactiveCocoa.podspec.json
blob57b39624dd77769bea2d1be8cd18a0047aa4b3b3
2   "name": "ReactiveCocoa",
3   "version": "3.0-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. It provides APIs for composing and transforming streams of values.",
6   "homepage": "https://github.com/ReactiveCocoa/ReactiveCocoa/",
7   "license": "MIT",
8   "authors": {
9     "Josh Abernathy": "josh@github.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10"
14   },
15   "source": {
16     "git": "https://github.com/ashfurrow/ReactiveCocoa.git",
17     "tag": "v3.0-alpha.3"
18   },
19   "default_subspecs": "UI",
20   "dependencies": {
21     "LlamaKit": [
22       "~> 0.6.0"
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "no-arc",
28       "source_files": "ReactiveCocoa/Objective-C/RACObjCRuntime.{h,m}",
29       "requires_arc": false,
30       "frameworks": "Foundation"
31     },
32     {
33       "name": "Core",
34       "dependencies": {
35         "ReactiveCocoa/no-arc": [
37         ]
38       },
39       "source_files": "ReactiveCocoa/**/*.{d,h,m,swift}",
40       "exclude_files": [
41         "**/ReactiveCocoa.h",
42         "ReactiveCocoa/**/*{RACObjCRuntime,AppKit,NSControl,NSText,NSTable,UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText}*"
43       ],
44       "header_dir": "ReactiveCocoa",
45       "private_header_files": [
46         "**/*Private.h",
47         "**/*EXTRuntimeExtensions.h",
48         "**/RACEmpty*.h"
49       ],
50       "frameworks": "Foundation"
51     },
52     {
53       "name": "UI",
54       "dependencies": {
55         "ReactiveCocoa/Core": [
57         ]
58       },
59       "frameworks": "Foundation",
60       "ios": {
61         "source_files": [
62           "**/ReactiveCocoa.h",
63           "ReactiveCocoa/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText}*"
64         ],
65         "frameworks": "UIKit"
66       },
67       "osx": {
68         "source_files": [
69           "**/ReactiveCocoa.h",
70           "ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable}*"
71         ],
72         "frameworks": "AppKit"
73       }
74     }
75   ]