blob: eeb8afda3e30369cc09b27f7434a281bbec9f20a [file] [log] [blame]
{
"name": "TYCamera",
"version": "1.0.0",
"summary": "使用TYCamera只需关注相机相关的界面逻辑,相关功能已经封装",
"description": "TYCamera对AVFoundation相机相关的功能进行封装,开发者只需致力于相机相关界面的业务逻辑,有效提高开发效率",
"homepage": "https://github.com/Samueler/TYCamera.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Samueler": "Samueler.Chen@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Samueler/TYCamera.git",
"tag": "1.0.0"
},
"source_files": "TYCamera/Camera/*.{h,m}"
}