blob: 8cec582f4ecdb71941c3bcf2dea879ea2f8cf6c9 [file] [log] [blame]
{
"name": "BugSquasher",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"JiraApp/bugSquasher",
"JiraApp/bugSquasher/**/**/*.{h,m}"
],
"resources": "JiraApp/bugSquasher/resources/*",
"exclude_files": "Classes/Exclude",
"frameworks": [
"QuartzCore",
"MediaPlayer",
"CoreAudio",
"AudioToolbox"
],
"requires_arc": true,
"dependencies": {
"FXKeychain": [
],
"AFNetworking": [
],
"MBProgressHUD": [
"~> 0.6"
]
}
}