[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 9 / 0 / APPropertyWrappers / 3.2.0 / APPropertyWrappers.podspec.json
blob6bd0eef7dbe79f2b42c1432e5002bd732fdd8d52
2   "name": "APPropertyWrappers",
3   "version": "3.2.0",
4   "summary": "Simple and complex property wrappers for native Swift and for RxSwift.",
5   "description": "Simple and complex property wrappers for native `Swift` and for `RxSwift`. Please check `README.md` for more info.",
6   "homepage": "https://github.com/APUtils/APPropertyWrappers",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Plebanovich": "anton.plebanovich@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/APUtils/APPropertyWrappers.git",
16     "tag": "3.2.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": [
22     "5.5",
23     "5.5.1",
24     "5.5.2",
25     "5.6",
26     "5.6.1",
27     "5.7"
28   ],
29   "frameworks": [
30     "Foundation",
31     "UIKit"
32   ],
33   "default_subspecs": "Core",
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "APPropertyWrappers/Core/**/*",
38       "resource_bundles": {
39         "APPropertyWrappers.Core.privacy": "Pod/Privacy/APPropertyWrappers.Core/PrivacyInfo.xcprivacy"
40       },
41       "dependencies": {
42         "RoutableLogger": [
43           ">= 9.1.5"
44         ],
45         "APExtensions/OptionalType": [
47         ]
48       }
49     },
50     {
51       "name": "RxSwift",
52       "source_files": "APPropertyWrappers/RxSwift/**/*",
53       "resource_bundles": {
54         "APPropertyWrappers.RxSwift.privacy": "Pod/Privacy/APPropertyWrappers.RxSwift/PrivacyInfo.xcprivacy"
55       },
56       "dependencies": {
57         "APPropertyWrappers/Core": [
59         ],
60         "RxCocoa": [
62         ],
63         "RxSwift": [
65         ],
66         "RxUtils": [
68         ]
69       }
70     }
71   ],
72   "swift_version": "5.7"