[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 4 / 1 / CameraBackground / 1.1.0 / CameraBackground.podspec.json
blobdedae482c3ed9d3dcce621798fe241af469a9971
2   "name": "CameraBackground",
3   "version": "1.1.0",
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": "http://twitter.com/yonatsharon",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source": {
24     "git": "https://github.com/yonat/CameraBackground.git",
25     "tag": "1.1.0"
26   },
27   "source_files": "Sources/*.swift",
28   "dependencies": {
29     "MiniLayout": [
31     ],
32     "MultiToggleButton": [
34     ]
35   },
36   "pushed_with_swift_version": "3.0.1",
37   "subspecs": [
38     {
39       "name": "Resources",
40       "resource_bundles": {
41         "CameraBackground": "Sources/*.png"
42       }
43     }
44   ]