[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / b / TGCameraViewController / 2.2.1 / TGCameraViewController.podspec.json
blobf3d57f116bc95c9af720e8a403a03b1986087c7d
2   "name": "TGCameraViewController",
3   "version": "2.2.1",
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://s28.postimg.org/eeli1omct/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     "TGCameraViewController/Resources/TGCameraViewController.bundle"
33   ],
34   "source": {
35     "git": "https://github.com/tdginternet/TGCameraViewController.git",
36     "tag": "2.2.1"
37   }