[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / e / StretchKit / 0.3.2 / StretchKit.podspec.json
blob8f7129939016bedc038afb89df1eadd196ced9ea
2   "name": "StretchKit",
3   "version": "0.3.2",
4   "summary": "Swift bindings for the Stretch layout engine.",
5   "description": "A high performance & cross-platform layout engine.",
6   "homepage": "https://vislyhq.github.io/stretch/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Visly Inc.": "emil@visly.app"
13   },
14   "source": {
15     "git": "https://github.com/vislyhq/stretch.git",
16     "tag": "0.3.2"
17   },
18   "social_media_url": "https://twitter.com/vislyhq",
19   "swift_versions": "4.2",
20   "platforms": {
21     "ios": "9.3"
22   },
23   "source_files": "bindings/swift/StretchKit/Classes/**/*",
24   "xcconfig": {
25     "ENABLE_BITCODE": "NO"
26   },
27   "swift_version": "4.2",
28   "subspecs": [
29     {
30       "name": "StretchCore",
31       "source_files": "bindings/swift/StretchKit/Headers/*.h",
32       "vendored_libraries": "bindings/swift/StretchKit/Libraries/libstretch.a",
33       "xcconfig": {
34         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/StretchCore/Headers"
35       },
36       "preserve_paths": [
37         "bindings/swift/StretchKit/Libraries/libstretch.a",
38         "bindings/swift/StretchKit/Headers/libstretch.h"
39       ],
40       "public_header_files": "bindings/swift/StretchKit/Headers/*.h",
41       "requires_arc": false
42     }
43   ]