[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 2 / d / YCameraView / 1.1.0 / YCameraView.podspec.json
blobfec0df75cfff5a80bf7c59b0e6d6052a2ab740ff
2   "name": "YCameraView",
3   "version": "1.1.0",
4   "summary": "Custom Camera Controller similar to the camera View on Instagram.",
5   "description": "  YCameraViewController is a custom Image picker controller that allows you to quickly switch between Camera and iPhone Photo Library. This Controller only useful for capturing Square Image.\n",
6   "homepage": "https://github.com/yuvirajsinh/YCameraView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "yuvirajsinh",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/yuvirajsinh/YCameraView.git",
17     "tag": "1.1.0"
18   },
19   "source_files": "YCameraViewController/**/*.{h,m}",
20   "resources": [
21     "YCameraViewController/UI/**/*.png",
22     "YCameraViewController/YCameraViewController.xib"
23   ],
24   "frameworks": [
25     "AVFoundation",
26     "ImageIO",
27     "CoreMotion"
28   ],
29   "requires_arc": true