[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / 4 / 1 / CameraBackground / 1.6.6 / CameraBackground.podspec.json
blob024e312aff6052179ab3ae48d6dc9a2d4f5b93e8
2   "name": "CameraBackground",
3   "version": "1.6.6",
4   "summary": "Show camera layer as a background to any UIView.",
5   "description": "Features:\n\n* Both **front and back** camera supported.\n* **Flash** modes: auto, on, off.\n* Countdown **timer**.\n* Tap to **focus**.\n* Pinch to **zoom**.\n\nUsage:\n\n```swift\nview.addCameraBackground()\n// ...\nview.takeCameraSnapshot( {\n      // animate snapshot capture\n      self.view.alpha = 0\n      UIView.animateWithDuration(1) { self.view.alpha = 1 }\n  },\n  completion: { (capturedImage, error) -> () in\n      self.view.freeCameraSnapshot() // unfreeze image\n      // ... handle capturedImage and error\n  }\n)\n// ...\nview.removeCameraBackground()\n```",
6   "homepage": "https://github.com/yonat/CameraBackground",
7   "screenshots": [
8     "https://raw.githubusercontent.com/yonat/CameraBackground/master/screenshots/focus.png",
9     "https://raw.githubusercontent.com/yonat/CameraBackground/master/screenshots/countdown.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE.txt"
14   },
15   "authors": {
16     "Yonat Sharon": "yonat@ootips.org"
17   },
18   "social_media_url": "https://twitter.com/yonatsharon",
19   "swift_versions": [
20     "4.2",
21     "5.0"
22   ],
23   "platforms": {
24     "ios": "9.0"
25   },
26   "requires_arc": true,
27   "source": {
28     "git": "https://github.com/yonat/CameraBackground.git",
29     "tag": "1.6.6"
30   },
31   "source_files": "Sources/*.swift",
32   "dependencies": {
33     "SweeterSwift": [
35     ],
36     "MultiToggleButton": [
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "Resources",
43       "resource_bundles": {
44         "CameraBackground": "Sources/*.png"
45       }
46     }
47   ],
48   "swift_version": "5.0"