[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 1 / 5 / ChouTi / 0.4.2 / ChouTi.podspec.json
blob7b7fd750ba0117417aaea6ba65e7f768ea58e88f
2   "name": "ChouTi",
3   "version": "0.4.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "ChouTi (抽屉) - A framework for Swift development.",
9   "description": "ChouTi (抽屉) - A framework for Swift development.\n\nThis is a project includes extended data structures, classes, extensions.",
10   "homepage": "https://github.com/ChouTi-Lab/ChouTi",
11   "authors": {
12     "Honghao Zhang": "zhh358@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ChouTi-Lab/ChouTi.git",
16     "tag": "0.4.2"
17   },
18   "requires_arc": true,
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "ChouTi/Tests/*.swift",
28       "dependencies": {
29         "Quick": [
30           "~> 1.3"
31         ],
32         "Nimble": [
33           "~> 7.3"
34         ]
35       }
36     }
37   ],
38   "subspecs": [
39     {
40       "name": "Default",
41       "ios": {
42         "source_files": "ChouTi/Source/**/*.swift",
43         "exclude_files": [
44           "ChouTi/Source/iOS/UI/LoadingMorphingLabel",
45           "ChouTi/Source/iOS/UI/SlideController"
46         ],
47         "resource_bundles": {
48           "Resources": "ChouTi/Resources/**/*.png"
49         }
50       }
51     },
52     {
53       "name": "AppExtensionUnsafe",
54       "ios": {
55         "source_files": "ChouTi/Source/iOS/UI/SlideController",
56         "dependencies": {
57           "ChouTi/Default": [
59           ]
60         }
61       }
62     },
63     {
64       "name": "LoadingMorphingLabel",
65       "ios": {
66         "source_files": "ChouTi/Source/iOS/UI/LoadingMorphingLabel",
67         "dependencies": {
68           "ChouTi/Default": [
70           ],
71           "LTMorphingLabel": [
72             "~> 0.5.8"
73           ]
74         }
75       }
76     }
77   ]