[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / d / 2 / ReactiveCocoa / 3.0-beta.9 / ReactiveCocoa.podspec.json
blobd90200c87ee553a4be50a03c59c2fe70fae2625b
2   "name": "ReactiveCocoa",
3   "version": "3.0-beta.9",
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.\n",
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/ReactiveCocoa/ReactiveCocoa.git",
17     "tag": "v3.0-beta.9"
18   },
19   "default_subspecs": "UI",
20   "dependencies": {
21     "Box": [
22       "~> 1.2.0"
23     ],
24     "Result": [
25       "~> 0.4.1"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "no-arc",
31       "source_files": "ReactiveCocoa/Objective-C/RACObjCRuntime.{h,m}",
32       "requires_arc": false,
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "Core",
37       "source_files": "ReactiveCocoa/**/*.{d,h,m,swift}",
38       "exclude_files": [
39         "**/ReactiveCocoa.h",
40         "ReactiveCocoa/**/*{RACObjCRuntime,AppKit,NSControl,NSText,NSTable,UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
41       ],
42       "header_dir": "ReactiveCocoa",
43       "private_header_files": [
44         "**/*Private.h",
45         "**/*EXTRuntimeExtensions.h",
46         "**/RACEmpty*.h"
47       ],
48       "frameworks": "Foundation",
49       "dependencies": {
50         "ReactiveCocoa/no-arc": [
52         ]
53       }
54     },
55     {
56       "name": "UI",
57       "dependencies": {
58         "ReactiveCocoa/Core": [
60         ]
61       },
62       "frameworks": "Foundation",
63       "ios": {
64         "source_files": [
65           "**/ReactiveCocoa.h",
66           "ReactiveCocoa/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
67         ],
68         "frameworks": "UIKit"
69       },
70       "osx": {
71         "source_files": [
72           "**/ReactiveCocoa.h",
73           "ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable}*"
74         ],
75         "frameworks": "AppKit"
76       }
77     }
78   ]