[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 9 / 7 / TFCamera / 0.1.10 / TFCamera.podspec.json
blob9b43989d1516fd00c0b997ac438008e48cae4aa8
2   "name": "TFCamera",
3   "version": "0.1.10",
4   "summary": "A simple drop in camera component.",
5   "description": "Based on the Snapchat camera, 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.10"
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     "CoreTelephony"
31   ],
32   "dependencies": {
33     "pop": [
34       "~> 1.0"
35     ],
36     "JWGCircleCounter": [
37       "~> 0.2"
38     ]
39   }