[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / c / 3 / MyScriptInteractiveInk-Runtime / 1.4.1 / MyScriptInteractiveInk-Runtime.podspec.json
blob93a7bbd45ad29e2142858390d452dd5d95a8b9fd
2   "name": "MyScriptInteractiveInk-Runtime",
3   "version": "1.4.1",
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": "9.1"
16   },
17   "swift_versions": "4.2",
18   "prepare_command": "mkdir -p include/MyScriptInteractiveInk_Runtime\necho '#import \"iink/IINK.h\"' > include/MyScriptInteractiveInk_Runtime/MyScriptInteractiveInk_Runtime.h",
19   "source": {
20     "http": "https://s3-us-west-2.amazonaws.com/iink/runtime/1.4.0/MyScriptInteractiveInk-Runtime-iOS-1.4.1.zip",
21     "sha1": "c26d8013f1a122ff21de5386df1c6f7246839a91"
22   },
23   "source_files": [
24     "include/**/*.h",
25     "swift/*.swift"
26   ],
27   "public_header_files": "include/**/*.h",
28   "header_mappings_dir": "include",
29   "preserve_paths": [
30     "libMyScript2D.a",
31     "libMyScriptAnalyzer.a",
32     "libMyScriptDocument.a",
33     "libMyScriptGesture.a",
34     "libMyScriptInk.a",
35     "libMyScriptMath.a",
36     "libMyScriptPrediction.a",
37     "libMyScriptShape.a",
38     "libMyScriptText.a",
39     "libiink.a",
40     "libMyScriptEngine.a"
41   ],
42   "frameworks": [
43     "Foundation",
44     "Security",
45     "SystemConfiguration"
46   ],
47   "libraries": "c++",
48   "vendored_libraries": [
49     "libMyScript2D.a",
50     "libMyScriptAnalyzer.a",
51     "libMyScriptDocument.a",
52     "libMyScriptGesture.a",
53     "libMyScriptInk.a",
54     "libMyScriptMath.a",
55     "libMyScriptPrediction.a",
56     "libMyScriptShape.a",
57     "libMyScriptText.a",
58     "libMyScriptEngine.a",
59     "libiink.a"
60   ],
61   "xcconfig": {
62     "ARCHS": "${ARCHS_STANDARD_64_BIT}",
63     "VALID_ARCHS": "${ARCHS_STANDARD_64_BIT}",
64     "LIBRARY_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/MyScriptInteractiveInk-Runtime/\"",
65     "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",
66     "ENABLE_BITCODE": "NO"
67   },
68   "swift_version": "4.2"