blob: c33146c7b304bae8ca631fc6e1c6e95f09de2947 [file] [log] [blame]
{
"name": "MessagingSDK",
"version": "0.1.5",
"summary": "A short description of MessagingSDK.",
"description": "TODO: Add long description of the pod here.",
"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.1.5"
},
"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"
}
}