blob: 21d43d929033a537892e5ac3fe7d356f8ee0fc0d [file] [log] [blame]
{
"name": "JCBodymarkerCamera",
"version": "0.1.1",
"summary": "JCBodymarkerCamera is a special camera for body measurement.",
"description": "JCBodymarkerCamera is a special camera for body measurement. It is built with Apple's AVFoundation framework. The camera main view has a bodymarker for you to pose your body and it has a camera vertical level indicator for you to correct your device vertical angle.",
"homepage": "https://github.com/JasonHan1990/JCBodymarkerCamera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JasonHan1990": "namrie1990@gmail.com"
},
"source": {
"git": "https://github.com/JasonHan1990/JCBodymarkerCamera.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.2"
},
"source_files": "JCBodymarkerCamera/Classes/**/*",
"resource_bundles": {
"JCBodymarkerCamera": [
"JCBodymarkerCamera/Assets/Images.xcassets"
]
},
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMotion"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}