[Add] NHValidationKit 1.0.1
[CocoaPods.git] / Specs / 4 / b / 8 / TextureSwiftSupport / 3.17.0 / TextureSwiftSupport.podspec.json
blobd472f7c4a50bc1c0210a43ebd8a7af5c470b5e51
2   "name": "TextureSwiftSupport",
3   "version": "3.17.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.17.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         "Descriptors": [
46           ">= 0.2.1"
47         ]
48       }
49     },
50     {
51       "name": "Extensions",
52       "source_files": "Sources/Extensions/**/*.swift"
53     },
54     {
55       "name": "Experiments",
56       "source_files": "Sources/Experiments/**/*.swift"
57     }
58   ],
59   "swift_version": "5.1"