[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / d / 2 / ReactiveCocoa / 3.0.0-alpha.1 / ReactiveCocoa.podspec.json
blobc77e386216ebb901500ccbd11a314e8cce841f30
2   "name": "ReactiveCocoa",
3   "version": "3.0.0-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. 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.9"
14   },
15   "source": {
16     "git": "https://github.com/ashfurrow/ReactiveCocoa.git",
17     "tag": "3.0.0-alpha.1"
18   },
19   "default_subspecs": "UI",
20   "requires_arc": true,
21   "dependencies": {
22     "LlamaKit": [
23       "0.1.1"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "no-arc",
29       "source_files": "ReactiveCocoa/Objective-C/RACObjCRuntime.{h,m}",
30       "requires_arc": false,
31       "frameworks": "Foundation"
32     },
33     {
34       "name": "Core",
35       "dependencies": {
36         "ReactiveCocoa/no-arc": [
38         ]
39       },
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}*"
44       ],
45       "header_dir": "ReactiveCocoa",
46       "private_header_files": [
47         "**/*Private.h",
48         "**/*EXTRuntimeExtensions.h",
49         "**/RACEmpty*.h"
50       ],
51       "frameworks": "Foundation"
52     },
53     {
54       "name": "UI",
55       "dependencies": {
56         "ReactiveCocoa/Core": [
58         ]
59       },
60       "frameworks": "Foundation",
61       "ios": {
62         "source_files": [
63           "**/ReactiveCocoa.h",
64           "ReactiveCocoa/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText}*"
65         ],
66         "frameworks": "UIKit"
67       },
68       "osx": {
69         "source_files": [
70           "**/ReactiveCocoa.h",
71           "ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable}*"
72         ],
73         "frameworks": "AppKit"
74       }
75     }
76   ]