[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 1 / 9 / 7 / TFCamera / 0.1.4 / TFCamera.podspec.json
blob9a26e1674e3e7c11d39a9e4f3b196f4f4590a0ec
2   "name": "TFCamera",
3   "version": "0.1.4",
4   "summary": "A simple drop in camera component.",
5   "description": "A simple camera that takes both photos and videos with both camera on the iPhone. Includes selfie flash.",
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.4"
14   },
15   "platforms": {
16     "ios": "8.4"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TFCamera": [
22       "Pod/Assets/*"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "AVFoundation",
28     "AssetsLibrary"
29   ],
30   "dependencies": {
31     "pop": [
32       "~> 1.0"
33     ],
34     "JWGCircleCounter": [
35       "~> 0.2"
36     ]
37   }