[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 2 / b / TGCameraViewController / 1.1.1 / TGCameraViewController.podspec.json
bloba38ddf9677437c1855a5191147d11f2be6862c0a
2   "name": "TGCameraViewController",
3   "version": "1.1.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://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.1.1"
36   }