blob: 3ffb5383ef6080413b39f29e5506535680248aa8 [file] [log] [blame]
{
"name": "MessagingSDK",
"version": "0.1.4",
"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.4"
},
"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"
}
}