blob: 4ef20dcb152186011ce86f2c4e516c906cf73153 [file] [log] [blame]
{
"name": "CanvasNative",
"version": "0.9.9",
"summary": "A Canvas library",
"homepage": "https://github.com/nativescript/canvas",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Osei Fortune": "fortune.osei@yahoo.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/nativescript/canvas.git",
"tag": "0.9.9"
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/CanvasNative/Dist\"",
"ENABLE_BITCODE": "YES",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "\"arm64\""
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"vendored_frameworks": "packages/canvas/src-native/canvas-ios/CanvasNative/Dist/CanvasNative.xcframework",
"preserve_paths": "packages/canvas/src-native/canvas-ios/CanvasNative/Dist/CanvasNative.xcframework",
"swift_version": "5.0"
}