blob: a97cbb1a4f6b4c3a52c8128f05bcd0c2c8e8dc04 [file] [log] [blame]
{
"name": "TGCameraViewController",
"version": "2.2.6",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Custom camera with AVFoundation. Beautiful, light and easy to integrate with iOS projects.",
"homepage": "https://github.com/tdginternet/TGCameraViewController",
"screenshots": "http://s28.postimg.org/eeli1omct/TGCamera_View_Controller.png",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"authors": {
"Bruno Tortato Furtado": "bruno@furtado.me",
"Mario Cecchi": "macecchi@gmail.com"
},
"ios": {
"frameworks": [
"AssetsLibrary",
"AVFoundation",
"CoreImage",
"Foundation",
"MobileCoreServices",
"UIKit"
]
},
"source_files": "TGCameraViewController/**/*.{h,m}",
"resources": [
"TGCameraViewController/**/*.xib",
"TGCameraViewController/**/*.xcassets",
"TGCameraViewController/Resources/TGCameraViewController.bundle"
],
"source": {
"git": "https://github.com/tdginternet/TGCameraViewController.git",
"tag": "2.2.6"
}
}