blob: b073608360ebf6a0902ab32e9a5a31354fc3f748 [file] [log] [blame]
{
"name": "MessagingSDK",
"version": "1.2.0",
"summary": "ViableGrid.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": "1.2.0"
},
"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"
}
}