[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / b / 3 / KatexUtils / 0.2.2 / KatexUtils.podspec.json
blob709564641e110a104dd91311c15db040de0cec75
2   "name": "KatexUtils",
3   "version": "0.2.2",
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.2.2"
17   },
18   "swift_versions": "5.3",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "JavaScriptCore",
25     "WebKit"
26   ],
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "KatexUtils/Classes/**/*.{h,m,swift}",
32       "dependencies": {
33         "KatexUtils/Resources": [
35         ]
36       }
37     },
38     {
39       "name": "Resources",
40       "resource_bundles": {
41         "KatexUtils": [
42           "KatexUtils/Assets/Resources/**/*",
43           "KatexUtils/Assets/Assets.xcassets"
44         ]
45       }
46     }
47   ],
48   "swift_version": "5.3"