[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 2 / 3 / LMMediaPlayer / 0.1.1 / LMMediaPlayer.podspec.json
blob57075f2a030f1cc1c6d9891874efff43c5652610
2   "name": "LMMediaPlayer",
3   "version": "0.1.1",
4   "summary": "Video and audio player with replaceable UI component.",
5   "homepage": "https://github.com/0x0c/LMMediaPlayer",
6   "license": "MIT",
7   "authors": {
8     "Akira Matsuda": "akira.matsuda@me.com"
9   },
10   "source": {
11     "git": "https://github.com/0x0c/LMMediaPlayer.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "Pod/Classes/Category/NSArray+LMMediaPlayerShuffle/*.{h,m}",
20     "Pod/Classes/MediaPlayerView/*.{h,m}",
21     "Pod/Classes/MediaPlayer/LMMediaItem/*.{h,m}",
22     "Pod/Classes/MediaPlayer/LMMediaItemQueueManager/*.{h,m}",
23     "Pod/Classes/MediaPlayer/LMMediaPlayer/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "LMMediaPlayer": [
27       "Pod/Assets/*"
28     ]
29   },
30   "public_header_files": "Pod/Classes/**/*.h",
31   "frameworks": [
32     "UIKit",
33     "AVFoundation",
34     "MediaPlayer"
35   ],
36   "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"