[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 9 / 7 / TFCamera / 0.1.7 / TFCamera.podspec.json
blob14e9fa2a08fa001247f20cab87d91096b80f8249
2   "name": "TFCamera",
3   "version": "0.1.7",
4   "summary": "A simple drop in camera component.",
5   "description": "TFCamera is a very simple camera component that takes both photos and videos with both camera on the iPhone. It includes doubletapping on the screen to swap cameras, selfie flash, and tap to focus.",
6   "homepage": "https://github.com/tarikfayad/TFCamera",
7   "license": "MIT",
8   "authors": {
9     "Tarik Fayad": "tarikfayad@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/tarikfayad/TFCamera.git",
13     "tag": "0.1.7"
14   },
15   "social_media_url": "https://twitter.com/tarikfayad",
16   "platforms": {
17     "ios": "8.4"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "TFCamera": [
23       "Pod/Assets/*"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "AVFoundation",
29     "AssetsLibrary"
30   ],
31   "dependencies": {
32     "pop": [
33       "~> 1.0"
34     ],
35     "JWGCircleCounter": [
36       "~> 0.2"
37     ]
38   }