[Add] VIDVLiveness 3.0.4
[CocoaPods.git] / Specs / 4 / b / 8 / TextureSwiftSupport / 3.13.0 / TextureSwiftSupport.podspec.json
blobf4d65818ebeaf35baee5a809d181bb52b5f053aa
2   "name": "TextureSwiftSupport",
3   "version": "3.13.0",
4   "summary": "A tool kit for Texture",
5   "description": "A library that gains Texture more power in Swift.",
6   "homepage": "https://github.com/TextureCommunity/TextureSwiftSupport",
7   "license": "MIT",
8   "authors": {
9     "Muukii": "muukii.app@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/muukii_app",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/TextureCommunity/TextureSwiftSupport.git",
17     "tag": "3.13.0"
18   },
19   "swift_versions": [
20     "5.1"
21   ],
22   "dependencies": {
23     "Texture/Core": [
24       ">= 3"
25     ]
26   },
27   "default_subspecs": [
28     "LayoutSpecBuilders",
29     "Components",
30     "Extensions",
31     "Experiments"
32   ],
33   "subspecs": [
34     {
35       "name": "LayoutSpecBuilders",
36       "source_files": "Sources/LayoutSpecBuilders/**/*.swift"
37     },
38     {
39       "name": "Components",
40       "source_files": "Sources/Components/**/*.swift",
41       "dependencies": {
42         "TextureSwiftSupport/LayoutSpecBuilders": [
44         ]
45       }
46     },
47     {
48       "name": "VergeComponents",
49       "source_files": "Sources/VergeComponents/**/*.swift",
50       "dependencies": {
51         "TextureSwiftSupport/Components": [
53         ],
54         "TextureSwiftSupport/LayoutSpecBuilders": [
56         ],
57         "Verge/Store": [
59         ]
60       }
61     },
62     {
63       "name": "Extensions",
64       "source_files": "Sources/Extensions/**/*.swift"
65     },
66     {
67       "name": "Experiments",
68       "source_files": "Sources/Experiments/**/*.swift"
69     }
70   ],
71   "swift_version": "5.1"