[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 6 / 9 / BugSquasher / 1.0.1 / BugSquasher.podspec.json
blob8cec582f4ecdb71941c3bcf2dea879ea2f8cf6c9
2   "name": "BugSquasher",
3   "version": "1.0.1",
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.1"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": [
18     "JiraApp/bugSquasher",
19     "JiraApp/bugSquasher/**/**/*.{h,m}"
20   ],
21   "resources": "JiraApp/bugSquasher/resources/*",
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   }