[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / b / 8 / TextureSwiftSupport / 3.6.0 / TextureSwiftSupport.podspec.json
blob3f0119f757796d1a68f46e9f3bb1159fbac3a691
2   "name": "TextureSwiftSupport",
3   "version": "3.6.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.6.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": "Extensions",
49       "source_files": "Sources/Extensions/**/*.swift"
50     },
51     {
52       "name": "Experiments",
53       "source_files": "Sources/Experiments/**/*.swift"
54     }
55   ],
56   "swift_version": "5.1"