[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 5 / 3 / PRXPlayer / 2.0.15 / PRXPlayer.podspec.json
blobb01b6951ff07b4df84abc1245d55bb47794e77c9
2   "name": "PRXPlayer",
3   "version": "2.0.15",
4   "summary": "An iOS audio player",
5   "description": "                   PRXPlayer is a lightweight wrapper around AVPlayer. It's job is simply to provide a standard set of tools, for free, that most implementations of an media player would have anyway. This includes things like: retry logic, error handling, observing basic state changes, and monitoring playback.\n\n",
6   "homepage": "https://github.com/PRX/PRXPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Kalafarski": "chris.kalafarski@prx.org",
13     "Rebecca Nesson": "rebecca@prx.org"
14   },
15   "social_media_url": "http://twitter.com/prx",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/PRX/PRXPlayer.git",
21     "tag": "2.0.15"
22   },
23   "source_files": "**/*.{h,m}",
24   "requires_arc": true,
25   "dependencies": {
26     "Reachability": [
28     ]
29   }