[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / f / 5 / BeamMusicPlayerViewController / 0.1.0 / BeamMusicPlayerViewController.podspec.json
blobcb433d2bf4afc3e2e2383c66ce78e254607593ba
2   "name": "BeamMusicPlayerViewController",
3   "version": "0.1.0",
4   "summary": "An iPhone view controller to visualize and control music playback.",
5   "homepage": "https://github.com/BeamApp/MusicPlayerViewController",
6   "license": {
7     "type": "New BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Moritz Haarmann": "http://momo.brauchtman.net",
12     "Heiko Behrens": "http://HeikoBehrens.net"
13   },
14   "source": {
15     "git": "https://github.com/BeamApp/MusicPlayerViewController.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "Source/*.{h,m}",
22   "exclude_files": "Source/BeamMPMusicPlayerProvider.{h,m}",
23   "resources": "Source/BeamMusicPlayerController.bundle",
24   "frameworks": "CoreGraphics",
25   "requires_arc": true,
26   "dependencies": {
27     "OBSlider": [
28       "~> 1.1"
29     ]
30   },
31   "default_subspecs": [
32     "MediaPlayer"
33   ],
34   "subspecs": [
35     {
36       "name": "MediaPlayer",
37       "source_files": "Source/BeamMPMusicPlayerProvider.{h,m}",
38       "frameworks": "MediaPlayer"
39     }
40   ]