blob: c98c30f51f826a730d487486a6a669b395d7a682 [file] [log] [blame]
{
"name": "VideoModule",
"version": "1.2.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": "3.2.1"
},
"source_files": [
"VideoModule/VideoModuleDA/**/*.{h,m}",
"VideoModule/other/**/*.{h,m}"
],
"resources": [
"VideoModule/Assets.xcassets/Loading/**/*.png",
"VideoModule/VideoModuleDA/**/*.{xib,plist,xcdatamodeld}"
],
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"CoreData"
],
"libraries": [
"c++",
"sqlite3.0",
"z",
"sqlite3"
],
"requires_arc": true,
"dependencies": {
"Reachability": [
"~> 3.2"
],
"FMDB": [
"~> 2.7.2"
],
"AFNetworking": [
"~> 3.1.0"
],
"Masonry": [
"~> 1.0.2"
],
"SDWebImage": [
"~> 4.1.0"
],
"OpenUDID": [
"~> 1.0.0"
]
},
"prefix_header_file": "VideoModule/VideoModuleDA/VideoHeader/qwerty.h"
}