[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 8 / e / StretchKit / 0.2.2 / StretchKit.podspec.json
blob0822d8839fdb47a2bfe3fd8484001267bc8ed213
2   "name": "StretchKit",
3   "version": "0.2.2",
4   "summary": "Swift bindings for the Stretch layout engine.",
5   "description": "A high performance & cross-platform layout engine.",
6   "homepage": "https://visly.app/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.2.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   "subspecs": [
28     {
29       "name": "StretchCore",
30       "source_files": "bindings/swift/StretchKit/Headers/*.h",
31       "vendored_libraries": "bindings/swift/StretchKit/Libraries/libstretch.a",
32       "xcconfig": {
33         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/StretchCore/Headers"
34       },
35       "preserve_paths": [
36         "bindings/swift/StretchKit/Libraries/libstretch.a",
37         "bindings/swift/StretchKit/Headers/libstretch.h"
38       ],
39       "public_header_files": "bindings/swift/StretchKit/Headers/*.h",
40       "requires_arc": false
41     }
42   ]