2 "name": "MyScriptInteractiveInk-Runtime",
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/",
12 "MyScript": "packages@myscript.com"
17 "swift_versions": "5.0",
19 "http": "https://download.myscript.com/iink/runtime/3.0.0/MyScriptInteractiveInk-Runtime-iOS-3.0.0.zip",
20 "sha1": "5abe3da7c3595e190f3d2080d0c1b23221e149eb"
26 "public_header_files": "include/**/*.h",
27 "header_mappings_dir": "include",
29 "libMyScript2D.xcframework",
30 "libMyScriptAnalyzer.xcframework",
31 "libMyScriptDocument.xcframework",
32 "libMyScriptGesture.xcframework",
33 "libMyScriptInk.xcframework",
34 "libMyScriptMath.xcframework",
35 "libMyScriptPrediction.xcframework",
36 "libMyScriptShape.xcframework",
37 "libMyScriptText.xcframework",
38 "libiink.xcframework",
39 "libMyScriptEngine.xcframework"
48 "vendored_frameworks": [
49 "libMyScript2D.xcframework",
50 "libMyScriptAnalyzer.xcframework",
51 "libMyScriptDocument.xcframework",
52 "libMyScriptGesture.xcframework",
53 "libMyScriptInk.xcframework",
54 "libMyScriptMath.xcframework",
55 "libMyScriptPrediction.xcframework",
56 "libMyScriptShape.xcframework",
57 "libMyScriptText.xcframework",
58 "libMyScriptEngine.xcframework",
63 "ARCHS": "${ARCHS_STANDARD_64_BIT}",
64 "VALID_ARCHS": "${ARCHS_STANDARD_64_BIT}",
65 "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/MyScriptInteractiveInk-Runtime/\"",
66 "OTHER_LDFLAGS": "$(inherited) -Wl,-u,_MyScript2D -Wl,-u,_MyScriptAnalyzer -Wl,-u,_MyScriptDocument -Wl,-u,_MyScriptGesture -Wl,-u,_MyScriptInk -Wl,-u,_MyScriptMath -Wl,-u,_MyScriptPrediction -Wl,-u,_MyScriptShape -Wl,-u,_MyScriptText -Wl,-u,_MyScriptEngine",
67 "ENABLE_BITCODE": "NO",
68 "GENERATE_INFOPLIST_FILE": "YES"
70 "user_target_xcconfig": {
71 "ONLY_ACTIVE_ARCH": "YES"
73 "swift_version": "5.0"