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"
18 "http": "https://s3-us-west-2.amazonaws.com/iink/runtime/1.1.0/MyScriptInteractiveInk-Runtime-iOS-1.1.2.zip",
19 "sha1": "41ffdabba5a7edb00160905f2bff9ef1ab74090d"
21 "source_files": "include/iink/**/*.h",
22 "public_header_files": "include/iink/**/*.h",
23 "header_mappings_dir": "include",
26 "libMyScriptAnalyzer.a",
27 "libMyScriptDocument.a",
28 "libMyScriptGesture.a",
31 "libMyScriptPrediction.a",
43 "vendored_libraries": [
45 "libMyScriptAnalyzer.a",
46 "libMyScriptDocument.a",
47 "libMyScriptGesture.a",
50 "libMyScriptPrediction.a",
53 "libMyScriptEngine.a",
57 "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/MyScriptInteractiveInk-Runtime/\"",
58 "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",
59 "ENABLE_BITCODE": "NO"