[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / 9 / 7 / TFCamera / 0.1.12 / TFCamera.podspec.json
blob186c539484d69c132ef5205519a368b325a2517b
2   "name": "TFCamera",
3   "version": "0.1.12",
4   "summary": "TFCamera is a very simple camera component based on Snapchat's control scheme for iOS 8+.",
5   "description": "\"TFCamera is built off AVFoundation with speed and simplicity in mind. It doesn't have a lot of extra bells and whistles, but rather it strives to be a good starting point for any app that's in need of a quick camera component as a jumping off point. For now it includes the following features: pinch to zoom, tap to focus, double tap to swap cameras, hold shutter button to record video, selfie flash, and a basic shutter animation.\"",
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.12"
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   }