blob: 134b8947db56f624d429c3e6e62da7cd213cc485 [file] [log] [blame]
{
"name": "PinchableLabel",
"version": "0.1.5",
"summary": "You can pinch a label.",
"description": "You can rotate and scale this label by pinching.",
"homepage": "https://github.com/malt03/PinchableLabel",
"screenshots": "https://raw.githubusercontent.com/malt03/PinchableLabel/master/screen_shot.gif",
"license": "MIT",
"authors": {
"Koji Murata": "malt.koji@gmail.com"
},
"source": {
"git": "https://github.com/malt03/PinchableLabel.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PinchableLabel": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}