blob: a9111c8af50943a2d94b6540894892eb18522c0b [file] [log] [blame]
{
"name": "ASBPlayerSubtitling",
"version": "0.1",
"license": "MIT",
"summary": "AVPlayer subtitle behavior for iOS.",
"authors": {
"Philippe Converset": "pconverset@autresphere.com"
},
"homepage": "https://github.com/autresphere/ASBPlayerSubtitling",
"source": {
"git": "https://github.com/autresphere/ASBPlayerSubtitling.git",
"tag": "0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ASBPlayerSubtitling/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"AVFoundation"
],
"requires_arc": true
}