blob: 8d37751bd64fb3536875be87b384c1ec09ff506b [file] [log] [blame]
{
"name": "TFCamera",
"version": "0.1.3",
"summary": "A simple drop in camera component.",
"description": "A simple camera that takes both photos and videos with both camera on the iPhone. Includes selfie flash.",
"homepage": "https://github.com/tarikfayad/TFCamera",
"license": "MIT",
"authors": {
"Tarik Fayad": "tarikfayad@gmail.com"
},
"source": {
"git": "https://github.com/tarikfayad/TFCamera.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.4"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TFCamera": [
"Pod/Assets/*"
]
},
"frameworks": [
"UIKit",
"AVFoundation",
"AssetsLibrary"
],
"dependencies": {
"pop": [
"~> 1.0"
],
"JWGCircleCounter": [
"~> 0.2"
]
}
}