[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 0 / d / Stylizer / 0.1.0 / Stylizer.podspec.json
blob33b21976281898e9a450a3cbd2a51ab6e2446484
2   "name": "Stylizer",
3   "version": "0.1.0",
4   "summary": "Extendable class library for parsing string attributes",
5   "description": "A small library that provides an extendable framework and classes for parsing attributes from strings",
6   "homepage": "https://github.com/SomeRandomiOSDev/Stylizer",
7   "license": "MIT",
8   "authors": {
9     "Joe Newton": "somerandomiosdev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SomeRandomiOSDev/Stylizer.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "default_subspecs": [
22     "Core",
23     "UI"
24   ],
25   "swift_versions": [
26     "5.0"
27   ],
28   "cocoapods_version": ">= 1.7.3",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": [
33         "Sources/Stylizer/Extensions/*.swift",
34         "Sources/Stylizer/Stylizer/*.swift"
35       ]
36     },
37     {
38       "name": "UI",
39       "source_files": "Sources/Stylizer/UI/*.swift",
40       "dependencies": {
41         "Stylizer/Core": [
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.0"