blob: ec102c16ccd20d81dac7111b02e5e7aee93c5906 [file] [log] [blame]
{
"name": "TimeAxis",
"version": "2.0.0",
"summary": "simple to create time axis for video",
"description": "\"simple to create time axis fro video.\"",
"homepage": "https://github.com/DanielHusx/TimeAxis",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DanielHusx": "danielxing@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DanielHusx/TimeAxis.git",
"tag": "2.0.0"
},
"source_files": [
"DHTimeAxis",
"DHTimeAxis/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}