[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / a / 0 / JKSwiftLibrary / 1.0.2 / JKSwiftLibrary.podspec.json
blobbc80c9249191651a259c62ff5a02d5b5c94f82a4
2   "name": "JKSwiftLibrary",
3   "version": "1.0.2",
4   "summary": "工具库.",
5   "homepage": "https://github.com/Dilrvvr/JKSwiftLibrary",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dilrvvr": "jkdev123cool@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Dilrvvr/JKSwiftLibrary.git",
15     "tag": "1.0.2"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "resources": "JKSwiftLibrary/Assets/JKSwiftLibraryResource.bundle",
21   "default_subspecs": [
22     "Core",
23     "Extension"
24   ],
25   "swift_versions": "5.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "JKSwiftLibrary/Classes/Core/**/*",
30       "frameworks": [
31         "UIKit",
32         "Foundation"
33       ]
34     },
35     {
36       "name": "Extension",
37       "dependencies": {
38         "JKSwiftLibrary/Core": [
40         ]
41       },
42       "source_files": "JKSwiftLibrary/Classes/Extension/**/*"
43     },
44     {
45       "name": "BaseClass",
46       "dependencies": {
47         "JKSwiftLibrary/Core": [
49         ]
50       },
51       "source_files": "JKSwiftLibrary/Classes/BaseClass/**/*"
52     }
53   ],
54   "swift_version": "5.0"