[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 6 / 2 / iDevKits / 1.0.3 / iDevKits.podspec.json
blob233ff6ca59c365b837656a4371feb230ffc943f6
2   "name": "iDevKits",
3   "version": "1.0.3",
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.3"
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": "UserDefault",
29       "source_files": "Sources/UserDefault/*.swift"
30     },
31     {
32       "name": "Foundation",
33       "source_files": "Sources/Foundation/*.swift"
34     },
35     {
36       "name": "UIKit",
37       "source_files": "Sources/UIKit/*.swift"
38     }
39   ],
40   "swift_version": "5.1"