[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 1 / 2 / HAWTiltedImageView / 0.8.1 / HAWTiltedImageView.podspec.json
bloba34efca5cd72d565c36ed2b154ded542d196ed57
2   "name": "HAWTiltedImageView",
3   "version": "0.8.1",
4   "summary": "A view in iOS that uses gyro updates to show all of an image.",
5   "description": "                   A view in iOS that uses gyro updates to show all of an image.\n\n                   * Inspired by the image view found in Facebook Paper.\n",
6   "homepage": "https://github.com/howaboutwe/HAWTiltedImageView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "James Paolantonio": "james@howaboutwe.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/howaboutwe/HAWTiltedImageView.git",
19     "tag": "0.8.1"
20   },
21   "source_files": "HAWTiltedImageView/**/*.{h,m}",
22   "frameworks": "CoreMotion",
23   "requires_arc": true,
24   "dependencies": {
25     "NSLayoutConstraint+HAWHelpers": [
27     ]
28   }