[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / a / 7 / CameraLevel / 0.1.0 / CameraLevel.podspec.json
blobcb8c91cb97bf2187cfaf2ad2e423bc3d18433d58
2   "name": "CameraLevel",
3   "version": "0.1.0",
4   "summary": "CameraLevel is a quick drop in level, similar to a DSLR's digital level, that can be overlayed on a camera preview layer.",
5   "description": "CameraLevel uses the devices accelerometer to calculate the current pitch and roll of the device. It is a UIView subclass that can be overlayed on an AV preview layer. The level is intended to be used in photography applications, similar to the levels found on common DSLRs.",
6   "homepage": "https://github.com/mohssenfathi/CameraLevel",
7   "license": "MIT",
8   "authors": {
9     "Mohssen Fathi": "mmohssenfathi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mohssenfathi/CameraLevel.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "CameraLevel": [
22       "Pod/Assets/*.png"
23     ]
24   }