[Add] FirebaseUI 15.0.0
[CocoaPods.git] / Specs / 2 / 6 / 9 / BugSquasher / 1.0.0 / BugSquasher.podspec.json
blob39dab375ddf1ad7224e8d5aeee8d5e561589e016
2   "name": "BugSquasher",
3   "version": "1.0.0",
4   "summary": "Jira plugin for iOS. Upload screenshots, log files, bundle version, title, and summary.",
5   "homepage": "https://github.com/johndoran/BugSquasher",
6   "license": "MIT",
7   "authors": {
8     "John Doran": "johnwildoran@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/johndoran/BugSquasher.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": [
18     "JiraApp/bugSquasher",
19     "JiraApp/bugSquasher/**/**/*.{h,m}"
20   ],
21   "resources": "JiraApp/bugSquasher/**/**/*.xib",
22   "exclude_files": "Classes/Exclude",
23   "frameworks": [
24     "QuartzCore",
25     "MediaPlayer",
26     "CoreAudio",
27     "AudioToolbox"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "FXKeychain": [
33     ],
34     "AFNetworking": [
36     ],
37     "MBProgressHUD": [
38       "~> 0.6"
39     ]
40   }