blob: a7bb618fe8a3d2cc9ed6261ccce9e8aa45b714bc [file] [log] [blame]
{
"name": "KZPhotosBrowser",
"version": "0.5.10",
"summary": "KZPhotoBrowse是一个支持拍照、本地图片视频选取,图片视频预览等功能的工具集",
"homepage": "https://git.kanzhun-inc.com/bosszhipin/kzphotobrowserexample.git",
"authors": {
"yixiong": "yixiong@kanzhun.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "git@git.kanzhun-inc.com:bosszhipin/kzphotobrowserexample.git",
"tag": "0.5.10"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"resource_bundles": {
"KZPhotoBrowser": [
"KZPhotoBrowser/Resources/*"
]
}
},
"source_files": "KZPhotoBrowser/KZPhotoBrowser.h",
"subspecs": [
{
"name": "KZPhotoPicker",
"source_files": "KZPhotoBrowser/KZPhotoPicker/**/*.{h,m}",
"dependencies": {
"KZPhotosBrowser/KZPhotoBrowserUtilities": [
]
}
},
{
"name": "KZImagePreview",
"source_files": "KZPhotoBrowser/KZImagePreview/**/*.{h,m}",
"dependencies": {
"KZPhotosBrowser/KZPhotoBrowserUtilities": [
]
}
},
{
"name": "KZPhotoBrowserUtilities",
"source_files": "KZPhotoBrowser/KZPhotoBrowserUtilities/**/*.{h,m}"
}
]
}