blob: 4458d311971c68d679e881931c5bb63769fbc434 [file] [log] [blame]
{
"name": "SafetySDK",
"version": "0.0.1",
"summary": "A short description of KokoSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://bitbucket.org/nikiizvorski/safetysdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nikiizvorski@gmail.com": "dev@airdates.co"
},
"source": {
"git": "https://nikiizvorski@bitbucket.org/nikiizvorski/safetysdk.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SafetySDK/Classes/*.{h,m,swift}",
"frameworks": [
"CoreBluetooth",
"LocalAuthentication",
"NearbyConnections"
],
"vendored_frameworks": "NearbyConnections.framework",
"static_framework": true,
"libraries": [
"sqlite3",
"c++"
],
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks",
"OTHER_LDFLAGS": "$(inherited) -ObjC"
},
"dependencies": {
"GoogleToolboxForMac/Logger": [
"~> 2.1"
]
}
}