[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 4 / 1 / 5 / loudspeaker / 1.0.0 / loudspeaker.podspec.json
blob245f1b3624bba33b7e38c3bb091c75745ce9b6a1
2   "name": "loudspeaker",
3   "version": "1.0.0",
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",
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": "1.0.0"
15   },
16   "social_media_url": "https://twitter.com/adamyanalunas",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes",
22   "resource_bundles": {
23     "loudspeaker": [
24       "Pod/Assets/**/*"
25     ]
26   },
27   "dependencies": {
28     "Masonry": [
29       "~> 1.1.0"
30     ]
31   },
32   "public_header_files": "Pod/Classes/**/*.h",
33   "frameworks": [
34     "UIKit",
35     "AVFoundation"
36   ]