[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 1 / 8 / 6 / MKAppKit / 0.0.1 / MKAppKit.podspec.json
blob5a758155f5ff63ad48d4c92512f1548b0a244204
2   "name": "MKAppKit",
3   "version": "0.0.1",
4   "summary": "iOS常用组件",
5   "description": "iOS常用组件 Desc",
6   "homepage": "https://github.com/mythkiven/MKAppKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mythkiven": "mythziven@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/mythkiven/MKAppKit",
19     "tag": "0.0.1"
20   },
21   "requires_arc": true,
22   "default_subspecs": "All",
23   "subspecs": [
24     {
25       "name": "All",
26       "source_files": "MKAppKit/Animation/**/*.{h,m}",
27       "resources": [
28         "MKAppKit/*.{xib}",
29         "MKAppKit/Animation/**/*.{xib}"
30       ]
31     },
32     {
33       "name": "MKCombineLoadingAnimation",
34       "source_files": "MKAppKit/Animation/**/*.{h,m}",
35       "resources": [
36         "MKAppKit/*.{xib}",
37         "MKAppKit/Animation/**/*.{xib}"
38       ]
39     }
40   ]