blob: bc1e549de8f18ca5e84e0e4ce330b7cdfb600f17 [file] [log] [blame]
{
"name": "VideoModule",
"version": "1.0.0",
"summary": "Internal video components.",
"homepage": "http://git.duia.org.cn/wangxinghua/VideoModule",
"license": "MIT",
"authors": {
"wangxinghua": "kwangxh@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://git.duia.org.cn/wangxinghua/VideoModule.git",
"branch": "master",
"tag": "v1.2.0"
},
"source_files": [
"VideoModule/VideoModuleDA/**/*.{h,m}",
"VideoModule/other/**/*.{h,m}"
],
"resources": [
"VideoModule/Assets.xcassets/**/*.png",
"VideoModule/VideoModuleDA/**/*.{xib,plist,xcdatamodeld}"
],
"requires_arc": true,
"dependencies": {
"FMDB": [
"2.5"
],
"AFNetworking": [
],
"Masonry": [
"~> 0.6.4"
],
"SDWebImage": [
"~> 3.7"
],
"Reachability": [
"~> 3.2"
],
"OpenUDID": [
"~> 1.0.0"
]
},
"prefix_header_file": "VideoModule/VideoModuleDA/qwerty.h"
}