blob: 708c622db7412fc2fa8263f7a022d74b71b65329 [file] [log] [blame]
{
"name": "Shake",
"version": "12.0.0",
"summary": "Simple, powerful bug reporting",
"description": "Shake allows simple and powerful bug reporting. Paste 1 line of code into your app and tell testers to just shake their phone to report bugs!",
"homepage": "http://www.shakebugs.com/",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": {
"Shake Team": "team@shakebugs.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shakebugs/shake-ios.git",
"tag": "12.0.0"
},
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Shake/"
},
"source_files": "Shake.framework/Headers/*.{h}",
"vendored_frameworks": "Shake.framework",
"preserve_paths": "Shake.framework/*"
}