blob: c98ce5e720657a53e52cee5db3bac9e938fd2f03 [file] [log] [blame]
{
"name": "LTxCamera",
"version": "0.0.5",
"summary": "拍照,小视频,扫码,二维码生成",
"license": "MIT",
"authors": {
"liangtong": "liangtongdev@163.com"
},
"homepage": "https://github.com/liangtongdev/LTxCamera",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/liangtongdev/LTxCamera.git",
"tag": "0.0.5"
},
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "Common",
"source_files": "LTxCamera/Common/*.{h,m}",
"public_header_files": "LTxCamera/Common/*.h",
"resources": "LTxCamera/LTxCamera.bundle"
},
{
"name": "QRCode",
"source_files": "LTxCamera/CameraScan/*.{h,m}",
"public_header_files": "LTxCamera/CameraScan/*.h",
"dependencies": {
"LTxCamera/Common": [
]
}
},
{
"name": "Shoot",
"source_files": "LTxCamera/CameraShoot/*.{h,m}",
"public_header_files": "LTxCamera/CameraShoot/*.h",
"dependencies": {
"LTxCamera/Common": [
]
}
},
{
"name": "Core",
"source_files": "LTxCamera/LTxCamera.h",
"public_header_files": "LTxCamera/LTxCamera.h",
"dependencies": {
"LTxCamera/QRCode": [
],
"LTxCamera/Shoot": [
]
}
}
]
}