blob: 42a63d687b69665dd19fd90fe0bd72f93926c05d [file] [log] [blame]
{
"name": "CoachKit",
"version": "0.1.0",
"summary": "A framework to connect a coach to students using multipeer connectivity.",
"description": "Builds upon multipeer connectivity to allow a coach to connect to student devices to establish a class and send teaching content.",
"homepage": "https://github.com/NativeMobile/CoachKit",
"license": "MIT",
"authors": {
"Keith Coughtrey": "keith@nativemobile.co.nz"
},
"source": {
"git": "https://github.com/NativeMobile/CoachKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CoachKit": [
"Pod/Assets/*.png"
]
},
"frameworks": "MultipeerConnectivity"
}