4 "summary": "Useful tools for iOS application development.",
5 "description": "iOS 常用组件 Desc",
6 "homepage": "https://github.com/mythkiven/MKAppKit",
12 "mythkiven": "1282412855@qq.com"
18 "git": "https://github.com/mythkiven/MKAppKit",
22 "default_subspecs": "All",
23 "swift_versions": "5.0",
24 "swift_version": "5.0",
28 "source_files": "MKAppKit/**/**/*.{h,m,swift,mm,c}",
30 "MKAppKit/**/**/*.{xib}",
31 "MKAppKit/Resource/*.{bundle}"
33 "prefix_header_contents": [
34 "#import \"MKLoadingManagerView.h\"",
35 "#import \"MKDropdownMailTF.h\"",
36 "#import \"MKPointWatch.h\"",
37 "#import \"MKCrashGuardManager.h\""
41 "name": "MKCombineLoadingAnimation",
42 "source_files": "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{h,m}",
44 "MKAppKit/Resource/*.{bundle}",
45 "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{xib}"
47 "prefix_header_contents": "#import \"MKLoadingManagerView.h\""
50 "name": "MKDropdownMailTF",
51 "source_files": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{h,m}",
52 "resources": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{xib}",
53 "prefix_header_contents": "#import \"MKDropdownMailTF.h\""
56 "name": "MKDiffuseMenu",
57 "source_files": "MKAppKit/MKAnimation/MKDiffuseMenu/*.{swift}"
60 "name": "MKLaunchMonitor",
61 "source_files": "MKAppKit/MKMonitor/MKLaunchMonitor/*.{h,m,c,mm}",
62 "prefix_header_contents": "#import \"MKPointWatch.h\""
65 "name": "MKCrashGuard",
66 "source_files": "MKAppKit/MKCrash/MKCrashGuard/*.{h,m,c,mm}",
67 "prefix_header_contents": "#import \"MKCrashGuardManager.h\""