[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 0 / 3 / 9 / SamUtils / 0.0.4 / SamUtils.podspec.json
blobfcc34e1cf31891111038beb9d78723950175b3ad
2   "name": "SamUtils",
3   "version": "0.0.4",
4   "summary": "The common tools with Swift.",
5   "description": "This sdk is the common tools with Swift.\nIt also include dependency commonly used tools.",
6   "homepage": "https://github.com/Dusam/SamUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dusam": "sam6124883@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Dusam/SamUtils.git",
16     "tag": "0.0.4"
17   },
18   "social_media_url": "https://github.com/Dusam",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": "5.7",
23   "default_subspecs": "CommonTools",
24   "dependencies": {
25     "Alamofire": [
27     ],
28     "SwifterSwift": [
30     ],
31     "IQKeyboardManagerSwift": [
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "CommonTools",
38       "source_files": "SamUtils/*.swift",
39       "exclude_files": "SamUtils/Bluetooth/*.swift",
40       "subspecs": [
41         {
42           "name": "API",
43           "source_files": "SamUtils/API/*.swift"
44         },
45         {
46           "name": "Extensions",
47           "source_files": "SamUtils/Extensions/*.swift"
48         }
49       ]
50     },
51     {
52       "name": "Bluetooth",
53       "source_files": "SamUtils/Bluetooth/*.swift"
54     },
55     {
56       "name": "SwiftUITools",
57       "source_files": "SamUtils/SwiftUITools/**/*.swift"
58     }
59   ],
60   "swift_version": "5.7"