blob: 39dab375ddf1ad7224e8d5aeee8d5e561589e016 [file] [log] [blame]
{
"name": "BugSquasher",
"version": "1.0.0",
"summary": "Jira plugin for iOS. Upload screenshots, log files, bundle version, title, and summary.",
"homepage": "https://github.com/johndoran/BugSquasher",
"license": "MIT",
"authors": {
"John Doran": "johnwildoran@gmail.com"
},
"source": {
"git": "https://github.com/johndoran/BugSquasher.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"JiraApp/bugSquasher",
"JiraApp/bugSquasher/**/**/*.{h,m}"
],
"resources": "JiraApp/bugSquasher/**/**/*.xib",
"exclude_files": "Classes/Exclude",
"frameworks": [
"QuartzCore",
"MediaPlayer",
"CoreAudio",
"AudioToolbox"
],
"requires_arc": true,
"dependencies": {
"FXKeychain": [
],
"AFNetworking": [
],
"MBProgressHUD": [
"~> 0.6"
]
}
}