5 "description": "Useful tools for iOS application development.",
6 "homepage": "https://github.com/mythkiven/MKAppKit",
12 "mythkiven": "mythziven@gmail.com"
18 "git": "https://github.com/mythkiven/MKAppKit",
22 "default_subspecs": "All",
23 "swift_version": "5.0",
28 "MKAppKit/MKAnimation/**/*.{h,m,swift}",
29 "MKAppKit/MKUIKit/**/*.{h,m,swift}",
30 "MKAppKit/MKMonitor/**/*.{h,m,mm,c}"
33 "MKAppKit/**/**/*.{xib}",
34 "MKAppKit/Resource/*.{bundle}"
36 "prefix_header_contents": [
37 "#import \"MKLoadingManagerView.h\"",
38 "#import \"MKDropdownMailTF.h\"",
39 "#import \"MKPointWatch.h\""
43 "name": "MKCombineLoadingAnimation",
44 "source_files": "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{h,m}",
46 "MKAppKit/Resource/*.{bundle}",
47 "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{xib}"
49 "prefix_header_contents": "#import \"MKLoadingManagerView.h\""
52 "name": "MKDropdownMailTF",
53 "source_files": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{h,m}",
54 "resources": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{xib}",
55 "prefix_header_contents": "#import \"MKDropdownMailTF.h\""
58 "name": "MKDiffuseMenu",
59 "source_files": "MKAppKit/MKAnimation/MKDiffuseMenu/*.{swift}"
62 "name": "MKLaunchMonitor",
63 "source_files": "MKAppKit/MKMonitor/MKLaunchMonitor/*.{h,m,c,mm}",
64 "prefix_header_contents": "#import \"MKPointWatch.h\""