[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 4 / b / 8 / TextureSwiftSupport / 3.19.0 / TextureSwiftSupport.podspec.json
blobef1642d9942f2b7d6d7dba1dd7a0efcd5f97e5e2
2   "name": "TextureSwiftSupport",
3   "version": "3.19.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": "11.0"
14   },
15   "source": {
16     "git": "https://github.com/TextureCommunity/TextureSwiftSupport.git",
17     "tag": "3.19.0"
18   },
19   "swift_versions": [
20     "5.6"
21   ],
22   "dependencies": {
23     "Texture/Core": [
24       ">= 3"
25     ]
26   },
27   "weak_frameworks": [
28     "Combine",
29     "SwiftUI"
30   ],
31   "default_subspecs": [
32     "LayoutSpecBuilders",
33     "Components",
34     "Extensions",
35     "Experiments"
36   ],
37   "subspecs": [
38     {
39       "name": "LayoutSpecBuilders",
40       "source_files": "Sources/LayoutSpecBuilders/**/*.swift"
41     },
42     {
43       "name": "Components",
44       "source_files": "Sources/Components/**/*.swift",
45       "dependencies": {
46         "TextureSwiftSupport/LayoutSpecBuilders": [
48         ],
49         "Descriptors": [
50           ">= 0.2.1"
51         ]
52       }
53     },
54     {
55       "name": "Extensions",
56       "source_files": "Sources/Extensions/**/*.swift"
57     },
58     {
59       "name": "Experiments",
60       "source_files": "Sources/Experiments/**/*.swift"
61     }
62   ],
63   "swift_version": "5.6"