[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 4 / e / TWKit / 0.0.5 / TWKit.podspec.json
blobbbcd1f6ce07d56b7aeea16e510ba7ec858a1f1e6
2   "name": "TWKit",
3   "version": "0.0.5",
4   "summary": "TWKit",
5   "homepage": "https://github.com/taewan0530/TWKit",
6   "license": "MIT",
7   "authors": {
8     "taewan": "taewan0530@daum.net"
9   },
10   "source": {
11     "git": "https://github.com/taewan0530/TWKit.git",
12     "tag": "0.0.5"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "default_subspecs": "All",
19   "subspecs": [
20     {
21       "name": "All",
22       "source_files": "Pod/**/*.{swift}"
23     },
24     {
25       "name": "Extension",
26       "source_files": "Pod/extensions/*.{swift}"
27     },
28     {
29       "name": "Function",
30       "source_files": "Pod/utils/Functions.swift"
31     },
32     {
33       "name": "ObjectPool",
34       "source_files": "Pod/utils/ObjectPool.swift"
35     },
36     {
37       "name": "StructObject",
38       "source_files": "Pod/utils/StructObject.swift"
39     },
40     {
41       "name": "EasyStyle",
42       "source_files": "Pod/EasyStyle/*.{swift}"
43     },
44     {
45       "name": "AttributedString",
46       "source_files": "Pod/AttributedString/*.{swift}"
47     },
48     {
49       "name": "GetConstraint",
50       "source_files": "Pod/GetConstraint/*.{swift}"
51     }
52   ]