[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / 1 / 0 / ReactiveObjCForTDesk / 4.0.1 / ReactiveObjCForTDesk.podspec.json
blob7f5eaba1af84cd7632ba3c0657bf4718a4bed950
2   "name": "ReactiveObjCForTDesk",
3   "version": "4.0.1",
4   "summary": "The 2.x ReactiveCocoa Objective-C API: Streams of values over time",
5   "description": "ReactiveObjC (formally ReactiveCocoa or RAC) is an Objective-C\nframework inspired by [Functional Reactive Programming](\nhttp://en.wikipedia.org/wiki/Functional_reactive_programming).\nIt provides APIs for composing and **transforming streams of values**.",
6   "homepage": "https://cloud.tencent.com/document/product/269/3794",
7   "documentation_url": "https://cloud.tencent.com/document/product/269/9147",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": "ReactiveCocoa",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/RoleWong/ReactiveObjC_2023.git",
18     "tag": "4.0.1"
19   },
20   "source_files": [
21     "ReactiveObjC/*.{h,m,d}",
22     "ReactiveObjC/extobjc/*.{h,m}"
23   ],
24   "private_header_files": [
25     "**/*Private.h",
26     "**/*EXTRuntimeExtensions.h",
27     "**/RACEmpty*.h"
28   ],
29   "ios": {
30     "exclude_files": "ReactiveObjC/**/*{AppKit,NSControl,NSText,NSTable}*"
31   },
32   "osx": {
33     "exclude_files": "ReactiveObjC/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK}*"
34   },
35   "tvos": {
36     "exclude_files": "ReactiveObjC/**/*{AppKit,NSControl,NSText,NSTable,UIActionSheet,UIAlertView,UIDatePicker,UIImagePicker,UIRefreshControl,UISlider,UIStepper,UISwitch,MK}*"
37   },
38   "watchos": {
39     "exclude_files": "ReactiveObjC/**/*{UIActionSheet,UIAlertView,UIBarButtonItem,UIButton,UICollectionReusableView,UIControl,UIDatePicker,UIGestureRecognizer,UIImagePicker,UIRefreshControl,UISegmentedControl,UISlider,UIStepper,UISwitch,UITableViewCell,UITableViewHeaderFooterView,UIText,MK,AppKit,NSControl,NSText,NSTable,NSURLConnection}*"
40   },
41   "requires_arc": true,
42   "frameworks": "Foundation",
43   "prepare_command": "find -E . -type f -not -name 'RAC*' -regex '.*(EXT.*|metamacros)\\.[hm]$' \\\n          -execdir mv '{}' RAC'{}' \\;\nfind . -regex '.*\\.[hm]' \\\n       -exec perl -pi \\\n                  -e 's@\"(?:(?!RAC)(EXT.*|metamacros))\\.h\"@\"RAC\\1.h\"@' '{}' \\;\nfind . -regex '.*\\.[hm]' \\\n       -exec perl -pi \\\n                  -e 's@<ReactiveObjC/(?:(?!RAC)(EXT.*))\\.h>@<ReactiveObjC/RAC\\1.h>@' '{}' \\;"