blob: de2bc66e7bd2af61b0301e22f406dac2e7155a03 [file] [log] [blame]
{
"name": "Instabug",
"version": "7.3.8",
"summary": "Bug reporting for mobile apps. Learn more at http://instabug.com",
"homepage": "http://instabug.com",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": {
"Instabug": "contactus@instabug.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Instabug/Instabug-iOS.git",
"tag": "7.3.8"
},
"source_files": "Instabug.framework/Headers/*.{h}",
"preserve_paths": "Instabug.framework/*",
"libraries": "z",
"frameworks": [
"AVFoundation",
"CoreGraphics",
"CoreMotion",
"SystemConfiguration",
"CoreTelephony",
"UIKit",
"CoreMedia",
"CoreVideo",
"CoreData"
],
"vendored_frameworks": "Instabug.framework",
"resources": "Instabug.framework/Instabug.bundle",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Instabug/\""
},
"requires_arc": true
}