blob: 8491eeff486c209229b05c4119466aec69bddc21 [file] [log] [blame]
{
"name": "EduRoomSDK",
"version": "0.1.0",
"summary": "SDK to open third party apps by the EduRoom App.",
"swift_version": "4.2",
"description": "Enables third party apps to keep up the heartbeat ping when opened by EduRoom App.",
"homepage": "https://github.com/EdumodeOrg/EduRoomSDK-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NickyWeber": "nicky.weber@edumode.org"
},
"source": {
"git": "https://github.com/EdumodeOrg/EduRoomSDK-iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "EduRoomSDK/Classes/**/*",
"resource_bundles": {
"EduRoomSDK": [
"EduRoomSDK/Resources/**/*"
]
}
}