blob: 9b12fe9a12f1c1fe2453ec89218c588c0d5cfd99 [file] [log] [blame]
{
"name": "MessagingSDK",
"version": "0.7.6",
"summary": "BuckleUp.io IOS SDK",
"description": "Messaging SDK is the tool that gives developers the possibility to allow users to connect and message each other completely offline.",
"homepage": "https://bitbucket.org/nikiizvorski/messagingsdk",
"license": {
"type": "APACHE 2.0",
"file": "LICENSE"
},
"authors": {
"nikiizvorski": "dev@airdates.co"
},
"source": {
"git": "https://nikiizvorski@bitbucket.org/nikiizvorski/messagingsdk.git",
"tag": "0.7.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MessagingSDK/Classes/*.{h,m,swift}",
"frameworks": [
"CoreBluetooth",
"LocalAuthentication"
],
"vendored_frameworks": [
"Messaging.framework",
"GoogleToolboxForMac.framework"
],
"static_framework": true,
"libraries": [
"sqlite3",
"c++"
],
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks",
"OTHER_LDFLAGS": "$(inherited) -ObjC"
}
}