[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / d / 2 / ReactiveCocoa / 4.2.1 / ReactiveCocoa.podspec.json
blob817ca4ad1f9a62981b803532ff7c61926e7b52f9
2   "name": "ReactiveCocoa",
3   "version": "4.2.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.\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.2.1"
23   },
24   "dependencies": {
25     "Result": [
26       "~> 2.0"
27     ]
28   },
29   "frameworks": "Foundation",
30   "private_header_files": [
31     "**/*Private.h",
32     "**/*EXTRuntimeExtensions.h",
33     "**/RACEmpty*.h"
34   ],
35   "source_files": "ReactiveCocoa/**/*.{d,h,m,swift}",
36   "ios": {
37     "exclude_files": "ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable}*"
38   },
39   "osx": {
40     "exclude_files": "ReactiveCocoa/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
41   },
42   "tvos": {
43     "exclude_files": "ReactiveCocoa/**/*{AppKit,NSControl,NSText,NSTable,UIActionSheet,UIAlertView,UIDatePicker,UIImagePicker,UIRefreshControl,UISlider,UIStepper,UISwitch,MK}*"
44   },
45   "watchos": {
46     "exclude_files": "ReactiveCocoa/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK,AppKit,NSControl,NSText,NSTable,NSURLConnection}*"
47   }