blob: 9c299a8b5cb7dd050ff33a1715beeea5eaf54967 [file] [log] [blame]
{
"name": "PXPinnedRotation",
"version": "0.1.3",
"summary": "A view and a view controller that let's you do pinned rotation with ease.'",
"description": "A view and view controller subclass that let you specify which of your view's subviews should rotate in place when the phone rotates.",
"homepage": "https://github.com/pixio/PXPinnedRotation",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXPinnedRotation.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PXPinnedRotation": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}