[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / c / 3 / MyScriptInteractiveInk-Runtime / 3.2.0 / MyScriptInteractiveInk-Runtime.podspec.json
blob1300f2c058080741773c9c56952ed405249f026b
2   "name": "MyScriptInteractiveInk-Runtime",
3   "version": "3.2.0",
4   "summary": "MyScript Interactive Ink SDK runtime libraries for iOS.",
5   "description": "Interactive Ink extends digital ink to allow users to more intuitively create, interact with, and share content in digital form.\nHandwritten text, mathematical equations or even diagrams are interpreted in real-time to be editable via simple gestures, responsive and easy to convert to a neat output.\nThis pod speeds up the integration of those riche features into your application.\nVisit https://developer.myscript.com/ to create your MyScript Developer account and start using the library.",
6   "homepage": "https://developer.myscript.com/",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "MyScript": "packages@myscript.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "http": "https://download.myscript.com/iink/runtime/3.2.0/MyScriptInteractiveInk-Runtime-iOS-3.2.0.zip",
20     "sha1": "17e1a1e1dcb9deb926dba3f571cb0836f4cc880a"
21   },
22   "source_files": [
23     "include/**/*.h",
24     "swift/*.swift"
25   ],
26   "public_header_files": "include/**/*.h",
27   "header_mappings_dir": "include",
28   "preserve_paths": [
29     "libMyScript2D.xcframework",
30     "libMyScriptAnalyzer.xcframework",
31     "libMyScriptDocument.xcframework",
32     "libMyScriptGesture.xcframework",
33     "libMyScriptInk.xcframework",
34     "libMyScriptMath.xcframework",
35     "libMyScriptMLOrt.xcframework",
36     "libMyScriptPrediction.xcframework",
37     "libMyScriptShape.xcframework",
38     "libMyScriptText.xcframework",
39     "libiink.xcframework",
40     "libMyScriptEngine.xcframework"
41   ],
42   "frameworks": [
43     "Foundation",
44     "Security",
45     "SystemConfiguration"
46   ],
47   "libraries": "c++",
48   "ios": {
49     "vendored_frameworks": [
50       "libMyScript2D.xcframework",
51       "libMyScriptAnalyzer.xcframework",
52       "libMyScriptDocument.xcframework",
53       "libMyScriptGesture.xcframework",
54       "libMyScriptInk.xcframework",
55       "libMyScriptMath.xcframework",
56       "libMyScriptMLOrt.xcframework",
57       "libMyScriptPrediction.xcframework",
58       "libMyScriptShape.xcframework",
59       "libMyScriptText.xcframework",
60       "libMyScriptEngine.xcframework",
61       "libiink.xcframework"
62     ]
63   },
64   "xcconfig": {
65     "ARCHS": "${ARCHS_STANDARD_64_BIT}",
66     "VALID_ARCHS": "${ARCHS_STANDARD_64_BIT}",
67     "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/MyScriptInteractiveInk-Runtime/\"",
68     "OTHER_LDFLAGS": "$(inherited) -Wl,-u,_MyScript2D -Wl,-u,_MyScriptAnalyzer -Wl,-u,_MyScriptDocument -Wl,-u,_MyScriptGesture -Wl,-u,_MyScriptInk -Wl,-u,_MyScriptMath -Wl,-u,_MyScriptMLOrt -Wl,-u,_MyScriptPrediction -Wl,-u,_MyScriptShape -Wl,-u,_MyScriptText -Wl,-u,_MyScriptEngine",
69     "ENABLE_BITCODE": "NO"
70   },
71   "user_target_xcconfig": {
72     "ONLY_ACTIVE_ARCH": "YES"
73   },
74   "swift_version": "5.0"