blob: b308c7421494437215eefd5a7e0a936d2b119a82 [file] [log] [blame]
{
"name": "JustPlayer",
"version": "1.0.0",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT"
},
"summary": "A super-easy way of using AVPlayer which is fully customizable on later need",
"homepage": "https://github.com/tomjpsun/JustPlayer",
"authors": {
"J.P. Sun": "tomjpsun@gmail.com"
},
"source": {
"git": "https://github.com/tomjpsun/JustPlayer.git",
"tag": "1.0.0"
},
"description": "JustPlayer is a wrapper of Cocoa AVPlayer, which provides a minimal core functions for Audio/Video playing. It is easy to use on start, and can be easily modified for later need.",
"source_files": "*.{h,m}",
"frameworks": "AVFoundation",
"requires_arc": true
}