[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / b / 3 / KatexUtils / 0.3.4 / KatexUtils.podspec.json
blob723fd359b6f037ec9204d800e173bb627fe54d90
2   "name": "KatexUtils",
3   "version": "0.3.4",
4   "summary": "KaTeX solution for iOS",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/nks5117/KatexUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nikesu": "1026001096@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/nks5117/KatexUtils.git",
16     "tag": "0.3.4"
17   },
18   "swift_versions": "5.3",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "JavaScriptCore",
25     "WebKit"
26   ],
27   "static_framework": true,
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "KatexUtils/Classes/**/*.{h,m,swift}",
33       "dependencies": {
34         "KatexUtils/Resources": [
36         ]
37       }
38     },
39     {
40       "name": "Resources",
41       "resource_bundles": {
42         "KatexUtils": [
43           "KatexUtils/Assets/**"
44         ]
45       }
46     }
47   ],
48   "swift_version": "5.3"