blob: 05002e1bb6c00c3ed4e12f0aecfc23821d699df3 [file] [log] [blame]
{
"name": "KokoSDK",
"version": "0.6.7",
"summary": "A short description of KokoSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://bitbucket.org/nikiizvorski/nikirepo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nikiizvorski@gmail.com": "dev@airdates.co"
},
"source": {
"git": "https://nikiizvorski@bitbucket.org/nikiizvorski/nikirepo.git",
"tag": "0.6.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KokoSDK/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"
]
}
}