[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241227
[CocoaPods.git] / Specs / f / 4 / 0 / JSSkeleton / 0.2.6 / JSSkeleton.podspec.json
blob17a6c52ad2f54b1ae8a0de8252ab727fa0ed0531
2   "name": "JSSkeleton",
3   "version": "0.2.6",
4   "summary": "骨架屏",
5   "homepage": "https://github.com/jiasongs/JSSkeleton",
6   "authors": {
7     "jiasong": "593908937@qq.com"
8   },
9   "platforms": {
10     "ios": "12.0"
11   },
12   "swift_versions": [
13     "4.2",
14     "5.0"
15   ],
16   "source": {
17     "git": "https://github.com/jiasongs/JSSkeleton.git",
18     "tag": "0.2.6"
19   },
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "license": "MIT",
25   "requires_arc": true,
26   "source_files": [
27     "Sources",
28     "Sources/*.{h,m}"
29   ],
30   "dependencies": {
31     "JSCoreKit": [
32       "~> 1.0"
33     ]
34   },
35   "default_subspecs": "Core",
36   "subspecs": [
37     {
38       "name": "Core",
39       "source_files": "Sources/**/*.{h,m,swift}",
40       "private_header_files": "Sources/Extension/Private/*.{h,m,swift}"
41     }
42   ],
43   "swift_version": "5.0"