blob: d890597cfec6b774d0f052289a8f48f0cae85ee0 [file] [log] [blame]
{
"name": "SendBridge",
"version": "2.0.3",
"summary": "SendBridge SDK",
"homepage": "http://goprimer.com",
"license": {
"type": "Commercial",
"text": "http://docs.SendBridge.com"
},
"authors": {
"Primer": "support@goprimer.com"
},
"social_media_url": "http://twitter.com/SendBridge",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load -lz"
},
"source": {
"git": "https://github.com/sendbridge/SendBridge.git",
"tag": "2.0.3"
},
"preserve_paths": [
"SendBridge.framework",
"SendBridge.Bundle"
],
"public_header_files": "SendBridge.framework/**/*.h",
"vendored_frameworks": "SendBridge.framework",
"resources": "SendBridge.Bundle"
}