blob: a34efca5cd72d565c36ed2b154ded542d196ed57 [file] [log] [blame]
{
"name": "HAWTiltedImageView",
"version": "0.8.1",
"summary": "A view in iOS that uses gyro updates to show all of an image.",
"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",
"homepage": "https://github.com/howaboutwe/HAWTiltedImageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"James Paolantonio": "james@howaboutwe.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/howaboutwe/HAWTiltedImageView.git",
"tag": "0.8.1"
},
"source_files": "HAWTiltedImageView/**/*.{h,m}",
"frameworks": "CoreMotion",
"requires_arc": true,
"dependencies": {
"NSLayoutConstraint+HAWHelpers": [
]
}
}