blob: 3f04e735823734aaeaecc797958da7cc97023c00 [file] [log] [blame]
{
"name": "ASVideoPlayer",
"version": "1.0.6",
"summary": "ASVideoPlayer simplifies the process of playing a video.",
"description": "Playing a video appears to be not so simple. ASVideoPlayer is built on AVPlayer and uses Key-Value Observing(KVO) to handle video events.",
"homepage": "https://github.com/Asbat/ASVideoPlayer",
"license": "MIT",
"authors": {
"Alexey Stoyanov": "astoyanov.dev@gmail.com"
},
"source": {
"git": "https://github.com/Asbat/ASVideoPlayer.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ASVideoPlayer": [
"Pod/Assets/VideoPlayer/*"
]
},
"frameworks": [
"UIKit",
"AVFoundation"
]
}