[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / 1 / 5 / loudspeaker / 0.1.5 / loudspeaker.podspec.json
blob5a58141fd7aa91fc702e18728d1bb979f6d1228f
2   "name": "loudspeaker",
3   "version": "0.1.5",
4   "summary": "An AVQueuePlayer-backed audio player with a modern, minimal UI",
5   "description": "                       An audio player with a modern, minimal UI. Powered by AVQueuePlayer.\n\n                       * Plays all file formats supported by iOS\n                       * Auto Layout keeps it looking fiiiine however you jam it into your app\n                       * Jump forward or backward with gestures\n",
6   "homepage": "https://github.com/amco/loudspeaker",
7   "screenshots": "http://i.imgur.com/IOACIpO.png",
8   "license": "MIT",
9   "authors": {
10     "Adam Yanalunas": "adamy@yanalunas.com"
11   },
12   "source": {
13     "git": "https://github.com/amco/loudspeaker.git",
14     "tag": "0.1.5"
15   },
16   "social_media_url": "https://twitter.com/adamyanalunas",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes",
22   "resource_bundles": {
23     "loudspeaker": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "dependencies": {
28     "Masonry": [
29       "~> 0.5"
30     ]
31   },
32   "public_header_files": "Pod/Classes/**/*.h",
33   "frameworks": [
34     "UIKit",
35     "AVFoundation"
36   ]