blob: 56b064bc1ab6dca2c691810c537ea7f4b858473d [file] [log] [blame]
{
"name": "AlexVideo",
"version": "0.0.1",
"summary": "A liberty to transformat obj to string",
"homepage": "https://github.com/CoderAlexChan/AlexVideo",
"license": "MIT",
"authors": {
"AlexChan": "chenwenqiangqq@sina.com"
},
"description": "AlexVideo 是一个用于方便日常使用的工具类合集\n啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoderAlexChan/AlexVideo.git",
"tag": "0.0.1"
},
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AlexCocoa": [
]
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Video",
"source_files": "Video/*.{h,m,swift}"
},
{
"name": "BackgroundVideoViewController",
"dependencies": {
"AlexVideo/Video": [
]
},
"source_files": "BackgroundVideoViewController/**/*.{h,m,swift}"
}
]
}