[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / b / TGCameraViewController / 1.0.8 / TGCameraViewController.podspec.json
blobfe182ed3765d357dfd6ef0516fb7b7f53fcd7c50
2   "name": "TGCameraViewController",
3   "version": "1.0.8",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Custom camera with AVFoundation. Beautiful, light and easy to integrate with iOS projects.",
9   "homepage": "https://github.com/tdginternet/TGCameraViewController",
10   "screenshots": "http://s13.postimg.org/cjxkzgu87/TGCamera_View_Controller.png",
11   "requires_arc": true,
12   "platforms": {
13     "ios": "7.0"
14   },
15   "authors": {
16     "Bruno Tortato Furtado": "bruno@furtado.me"
17   },
18   "ios": {
19     "frameworks": [
20       "AssetsLibrary",
21       "AVFoundation",
22       "CoreImage",
23       "Foundation",
24       "MobileCoreServices",
25       "UIKit"
26     ]
27   },
28   "source_files": "TGCameraViewController/**/*.{h,m}",
29   "resources": [
30     "TGCameraViewController/**/*.xib",
31     "TGCameraViewController/**/*.xcassets"
32   ],
33   "source": {
34     "git": "https://github.com/tdginternet/TGCameraViewController.git",
35     "tag": "1.0.8"
36   }