blob: 6401a83a1c27ba22bea08959f2f03ffdb7b5882a [file] [log] [blame]
{
"name": "AMOrientationUpdatingImageView",
"version": "1.1.0",
"summary": "A UIImageView subclass that allows for different images to be used for portrait and landscape orientations.",
"description": "`AMOrientationUpdatingImageView` is a `UIImageView` subclass that allows for different images to be set for portrait and landscape orientations and manages setting and updating its `image` based on the device's orientation.",
"homepage": "https://github.com/AnthonyMDev/AMOrientationUpdatingImageView",
"license": "MIT",
"authors": {
"Anthony Miller": "anthony@app-order.com"
},
"source": {
"git": "https://github.com/AnthonyMDev/AMOrientationUpdatingImageView.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/AnthonyMDev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}