blob: 4eb6b5861820a7d8bc82b42ccc405d81a0323cac [file] [log] [blame]
{
"name": "VigourCore",
"version": "3.0.9",
"summary": "Wraps iOS native stuff to JS.",
"description": "Builds a set of native apps from a single javascript codebase.",
"homepage": "http://www.vigour.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thomas Vervest": "thomas@squarewolf.nl",
"Alexander van der Werff": "avdwerff@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/vigour-io/wrapper.git",
"branch": "feature/core-framework",
"tag": "v3.0.9"
},
"source_files": "native/ios/VigourCore/**/*.{h,swift}",
"exclude_files": "native/ios/VigourCore/VigourCoreTests/**",
"requires_arc": true
}