blob: ae893888c7b455d4f6c014c0badc55b2491c25df [file] [log] [blame]
{
"name": "Instabug",
"version": "4.0",
"summary": "Bug reporting for mobile apps. Learn more at http://instabug.com",
"homepage": "http://instabug.com",
"license": {
"type": "Commercial",
"text": " Copyright (C) 2014 Instabug\n\n Permission is hereby granted to use this framework as is, modification are not allowed.\n\n All rights reserved.\n\t\t\t\t\n\t\t\t\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\t\t\t\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\t\t\t\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\t\t\t\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\t\t\t\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\t\t\t\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\t\t\t\tTHE SOFTWARE.\n"
},
"authors": {
"Instabug": "contactus@instabug.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Instabug/Instabug-iOS.git",
"tag": "4.0"
},
"source_files": "Instabug.framework/Versions/A/Headers/*.{h}",
"resources": "Instabug.bundle",
"preserve_paths": [
"Instabug.framework/*",
"Instabug.bundle"
],
"frameworks": [
"QuartzCore",
"CoreGraphics",
"CoreMotion",
"SystemConfiguration",
"Foundation",
"OpenGLES",
"AudioToolbox",
"GLKit",
"CoreTelephony",
"UIKit",
"MessageUI",
"Instabug"
],
"libraries": "c++",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Instabug/\"",
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"requires_arc": true,
"prepare_command": "ruby add_instabug_build_script.rb"
}