blob: e10d225a2a0b44eff9a1e9a120196f13b9c6052d [file] [log] [blame]
{
"name": "LMMediaPlayer",
"version": "0.1.6",
"summary": "Video and audio player with replaceable UI component.",
"homepage": "https://github.com/0x0c/LMMediaPlayer",
"license": "MIT",
"authors": {
"Akira Matsuda": "akira.matsuda@me.com"
},
"source": {
"git": "https://github.com/0x0c/LMMediaPlayer.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resources": [
"Pod/Assets/LMMediaPlayerView.xib",
"Pod/Assets/LMMediaPlayerView.bundle"
],
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"AVFoundation",
"MediaPlayer"
],
"description": "LMMediaPlayer is a video and audio player for iPhone with changeable user interface.\n\n![](https://raw.github.com/0x0c/LMMediaPlayer/master/images/2.png)\n\n![](https://raw.github.com/0x0c/LMMediaPlayer/master/images/1.png)\n![](https://raw.github.com/0x0c/LMMediaPlayer/master/images/3.png)\n\nRequirements\n====\n\n- Runs on iOS 6.0 or later.\n- Must be complied with ARC.\n\nIntstallation\n===\n\nFirst, please add these frameworks.\n\n===\n #import <MediaPlayer/MediaPlayer.h>\n #import <AVFoundation/AVFoundation.h>\n===\n\nSecond, add files which is contained \"LMMediaPlayer\" folder.\n\nThat's it.\n\nIf you want to play with fullscreen mode, please add \"View controller-based status bar appearance\" key and set value with \"NO\" at your Info.plist\n"
}