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