blob: 42eebfb82dbb0278325191f5af0827ae4bff897e [file] [log] [blame]
{
"name": "PinchableLabel",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PinchableLabel": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}