@capacitor/ios
Version:
Capacitor: Cross-platform apps with JavaScript and the web
34 lines (33 loc) • 1.04 kB
JSON
{
"name": "@capacitor/ios",
"version": "3.5.0",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitorjs.com",
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/capacitor.git"
},
"bugs": {
"url": "https://github.com/ionic-team/capacitor/issues"
},
"files": [
"Capacitor/Capacitor/",
"CapacitorCordova/CapacitorCordova/",
"Capacitor.podspec",
"CapacitorCordova.podspec"
],
"scripts": {
"verify": "npm run xc:build:Capacitor && npm run xc:build:CapacitorCordova",
"xc:build:Capacitor": "cd Capacitor && xcodebuild -workspace Capacitor.xcworkspace -scheme Capacitor && cd ..",
"xc:build:CapacitorCordova": "cd CapacitorCordova && xcodebuild && cd .."
},
"peerDependencies": {
"@capacitor/core": "^3.5.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "f03e1a67140c8af25288456f9e99dd6234b50f25"
}