[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 9 / 0 / APPropertyWrappers / 2.0.1 / APPropertyWrappers.podspec.json
blob56d9f92fe3254c7fa0b134baba39af61fb2d4ed1
2   "name": "APPropertyWrappers",
3   "version": "2.0.1",
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": "2.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": [
22     "5.1"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "source_files": "APPropertyWrappers/Core/**/*",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "APPropertyWrappers/Core/**/*"
33     },
34     {
35       "name": "RxSwift",
36       "source_files": "APPropertyWrappers/RxSwift/**/*",
37       "dependencies": {
38         "APPropertyWrappers/Core": [
40         ],
41         "RxCocoa": [
43         ],
44         "RxSwift": [
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.1"