blob: 212274ddd8e5e682b4f4c1ee4348f948fd1b92c3 [file] [log] [blame]
{
"name": "cordova-plugin-startapp",
"version": "0.1.6",
"summary": "cordova-plugin-startapp is a cocoapods phonegap plugin for check or launch other application in ios device.",
"description": "cordova-plugin-startapp is a cocoapods phonegap plugin for check or launch other application in ios device.\nThis pod is only a ios fork for the https://github.com/Wininsoft/com.lampa.startapp plugin for use in hybrid projects created from 0.1.5 version.",
"homepage": "https://github.com/adelmojunnior/com.lampa.startapp",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Adelmo JĂșnior": "adelmojunnior@gmail.com"
},
"source": {
"git": "https://github.com/adelmojunnior/com.lampa.startapp.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "9.3"
},
"source_files": "src/ios/*.{h,m}",
"requires_arc": true,
"preserve_paths": [
"*.md",
"docs/**/*.md",
"www/*.js",
"www/ios/*.js"
],
"public_header_files": "src/ios/*.h",
"dependencies": {
"Cordova": [
">=4.3.0"
]
}
}