[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 9 / 7 / TFCamera / 0.1.9 / TFCamera.podspec.json
blob8c41f656099f2f09e5900c1184c8087b53f0c90e
2   "name": "TFCamera",
3   "version": "0.1.9",
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.9"
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   }