[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 7 / 9 / PropertyWrapper / 0.0.4 / PropertyWrapper.podspec.json
blob3b0f7247d1cd3852255d97edb17b88aa825273e9
2   "name": "PropertyWrapper",
3   "version": "0.0.4",
4   "platforms": {
5     "ios": "11.0"
6   },
7   "license": "MIT",
8   "homepage": "https://github.com/iwheelbuy/PropertyWrapper",
9   "authors": {
10     "iwheelbuy": "iwheelbuy@protonmail.com"
11   },
12   "source": {
13     "git": "https://github.com/iwheelbuy/PropertyWrapper.git",
14     "tag": "0.0.4"
15   },
16   "summary": "Collection of useful Swift PropertyWrappers",
17   "cocoapods_version": ">= 1.8.4",
18   "source_files": "Source/**/*.swift",
19   "swift_versions": [
20     "5.1"
21   ],
22   "default_subspecs": "Base",
23   "subspecs": [
24     {
25       "name": "Base",
26       "source_files": "Source/**/*.swift"
27     },
28     {
29       "name": "Pretty",
30       "source_files": [
31         "Source/**/*.swift",
32         "Pretty.swift"
33       ]
34     }
35   ],
36   "swift_version": "5.1"