[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / b / 4 / ClubKit / 1.0.10 / ClubKit.podspec.json
blob9a77670b55ba9a2959f778377a301bd56f4981bf
2   "name": "ClubKit",
3   "version": "1.0.10",
4   "summary": "A framework for managing membership",
5   "swift_versions": [
6     "4.0",
7     "5.0"
8   ],
9   "description": "Combines the SKTCapture framework with an API for managing users. Users are represented by Apple mobile passes and RFID cards",
10   "homepage": "http://www.socketmobile.com",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Socket": "developers@socketmobile.com"
17   },
18   "source": {
19     "git": "https://github.com/SocketMobile/clubkit-ios.git",
20     "tag": "1.0.10"
21   },
22   "platforms": {
23     "ios": "9.3"
24   },
25   "source_files": "Classes/*.{h,m,swift}",
26   "dependencies": {
27     "SKTCapture": [
28       "~>1.2"
29     ],
30     "RealmSwift": [
31       "~>4.4"
32     ]
33   },
34   "swift_version": "5.0"