blob: 2696d1f08f75d1b12c82d5a3331ea8691022ec4e [file] [log] [blame]
{
"name": "Shake",
"version": "0.1",
"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"
},
"authors": {
"Shake Team": "team@shakebugs.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shakebugs/shake-ios-staging.git",
"tag": 0.1
},
"libraries": "z",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "'$(PODS_ROOT)/Shake/'"
},
"requires_arc": true,
"source_files": "Shake.framework/Headers/*.{h}",
"vendored_frameworks": "Shake.framework",
"preserve_paths": "Shake.framework/*"
}