blob: 9a77670b55ba9a2959f778377a301bd56f4981bf [file] [log] [blame]
{
"name": "ClubKit",
"version": "1.0.10",
"summary": "A framework for managing membership",
"swift_versions": [
"4.0",
"5.0"
],
"description": "Combines the SKTCapture framework with an API for managing users. Users are represented by Apple mobile passes and RFID cards",
"homepage": "http://www.socketmobile.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Socket": "developers@socketmobile.com"
},
"source": {
"git": "https://github.com/SocketMobile/clubkit-ios.git",
"tag": "1.0.10"
},
"platforms": {
"ios": "9.3"
},
"source_files": "Classes/*.{h,m,swift}",
"dependencies": {
"SKTCapture": [
"~>1.2"
],
"RealmSwift": [
"~>4.4"
]
},
"swift_version": "5.0"
}