[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / 3 / MyScriptInteractiveInk-Runtime / 1.1.2 / MyScriptInteractiveInk-Runtime.podspec.json
blob15abe58fa4c6d3edf3e668ee888052d5f7ebe0e3
2   "name": "MyScriptInteractiveInk-Runtime",
3   "version": "1.1.2",
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": "8.0"
16   },
17   "source": {
18     "http": "https://s3-us-west-2.amazonaws.com/iink/runtime/1.1.0/MyScriptInteractiveInk-Runtime-iOS-1.1.2.zip",
19     "sha1": "41ffdabba5a7edb00160905f2bff9ef1ab74090d"
20   },
21   "source_files": "include/iink/**/*.h",
22   "public_header_files": "include/iink/**/*.h",
23   "header_mappings_dir": "include",
24   "preserve_paths": [
25     "libMyScript2D.a",
26     "libMyScriptAnalyzer.a",
27     "libMyScriptDocument.a",
28     "libMyScriptGesture.a",
29     "libMyScriptInk.a",
30     "libMyScriptMath.a",
31     "libMyScriptPrediction.a",
32     "libMyScriptShape.a",
33     "libMyScriptText.a",
34     "libiink.a",
35     "libMyScriptEngine.a"
36   ],
37   "frameworks": [
38     "Foundation",
39     "Security",
40     "SystemConfiguration"
41   ],
42   "libraries": "c++",
43   "vendored_libraries": [
44     "libMyScript2D.a",
45     "libMyScriptAnalyzer.a",
46     "libMyScriptDocument.a",
47     "libMyScriptGesture.a",
48     "libMyScriptInk.a",
49     "libMyScriptMath.a",
50     "libMyScriptPrediction.a",
51     "libMyScriptShape.a",
52     "libMyScriptText.a",
53     "libMyScriptEngine.a",
54     "libiink.a"
55   ],
56   "xcconfig": {
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"
60   }