[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / d / 2 / ReactiveCocoa / 3.0.0 / ReactiveCocoa.podspec.json
blob61b400f73061d2e3c12428680ea7e59d529a8d3a
2   "name": "ReactiveCocoa",
3   "version": "3.0.0",
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.0"
18   },
19   "default_subspecs": "UI",
20   "dependencies": {
21     "Result": [
22       "~> 0.4.1"
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       "source_files": "ReactiveCocoa/**/*.{d,h,m,swift}",
35       "exclude_files": [
36         "**/ReactiveCocoa.h",
37         "ReactiveCocoa/**/*{RACObjCRuntime,AppKit,NSControl,NSText,NSTable,UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
38       ],
39       "header_dir": "ReactiveCocoa",
40       "private_header_files": [
41         "**/*Private.h",
42         "**/*EXTRuntimeExtensions.h",
43         "**/RACEmpty*.h"
44       ],
45       "frameworks": "Foundation",
46       "dependencies": {
47         "ReactiveCocoa/no-arc": [
49         ]
50       }
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,MK}*"
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   ]