[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 9 / 0 / APPropertyWrappers / 3.1.4 / APPropertyWrappers.podspec.json
blob8ed041542be4a5beeed65a6c7fc5af2726ada032
2   "name": "APPropertyWrappers",
3   "version": "3.1.4",
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.1.4"
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       "dependencies": {
39         "RoutableLogger": [
40           ">= 9.1.5"
41         ],
42         "APExtensions/OptionalType": [
44         ]
45       }
46     },
47     {
48       "name": "RxSwift",
49       "source_files": "APPropertyWrappers/RxSwift/**/*",
50       "dependencies": {
51         "APPropertyWrappers/Core": [
53         ],
54         "RxCocoa": [
56         ],
57         "RxSwift": [
59         ],
60         "RxUtils": [
62         ]
63       }
64     }
65   ],
66   "swift_version": "5.7"