[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 0 / 6 / 2 / iDevKits / 1.0.0 / iDevKits.podspec.json
blobd76f0b40b5c9f6783769b87112dac96201a63edc
2   "name": "iDevKits",
3   "version": "1.0.0",
4   "summary": "ToolKits for iOS Development",
5   "description": "Collection of toolkits  for iOS Development.",
6   "homepage": "https://github.com/nghiadev95/iDevKits",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "quangnghiadev": "quangnghiadev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nghiadev95/iDevKits.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.1",
22   "subspecs": [
23     {
24       "name": "SafeDictionary",
25       "source_files": "Sources/SafeDictionary/*.swift"
26     },
27     {
28       "name": "SwifterSwift",
29       "source_files": "Sources/SwifterSwift/**/*.swift"
30     },
31     {
32       "name": "UserDefault",
33       "source_files": "Sources/UserDefault/*.swift"
34     }
35   ],
36   "swift_version": "5.1"