blob: 7d17e35652122d9a4dcf13f0820a2d597921bbc0 [file] [log] [blame]
{
"name": "KapabelSDK",
"version": "0.6.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "This is the frameword needed to add Kapabel to your app.",
"description": "TODO: Kapabel is a framwork that is useful for educational apps.",
"homepage": "https://github.com/oyvkva/KapabelSDK",
"authors": {
"PROJECT_OWNER": "USER_EMAIL"
},
"source": {
"git": "https://github.com/oyvkva/KapabelSDK.git",
"tag": "0.6.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"resource_bundles": {
"KapabelSDK": [
"Resources/**/*.{png}"
]
}
}