blob: 8cfd06a597bca5e80b6f407facc2e209ca4be14c [file] [log] [blame]
{
"name": "BugClipper",
"version": "2.1.0",
"summary": "BugClipper SDK for iOS applications",
"description": "Visit http://www.bugclipper.com to get a key.",
"homepage": "http://www.bugclipper.com",
"license": {
"type": "Commercial",
"text": " Copyright (c) 2013-2014, BugClipper Technologies.\n All rights reserved.\n"
},
"authors": {
"Puneet Sharma": "puneet.sharma@bugclipper.com"
},
"social_media_url": "http://www.twitter.com/bugclipper",
"source": {
"git": "https://github.com/bugclipper/BugClipper.git",
"tag": "2.1.0"
},
"platforms": {
"ios": 6.0
},
"requires_arc": true,
"resources": "BugClipper.bundle",
"ios": {
"vendored_frameworks": "BugClipper.framework",
"exclude_files": [
".git",
"README.md",
"BugClipper.podspec"
]
},
"frameworks": [
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreVideo",
"MobileCoreServices",
"QuartzCore",
"SystemConfiguration",
"CoreTelephony",
"GLKit",
"MediaPlayer"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
}
}