blob: f33af5c28690e178e9bdf0d18280b20eb3d8665f [file] [log] [blame]
{
"name": "UIImageViewWithWords",
"version": "0.0.1",
"summary": "Create imageView with Words.",
"description": "An extension for UIImageView to create image with words.",
"homepage": "https://github.com/ridvank/UIImageViewWithWords",
"license": "MIT",
"authors": {
"Ridvan Kucuk": "ridvankuccuk@gmail.com"
},
"source": {
"git": "https://github.com/ridvank/UIImageViewWithWords.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UIImageViewWithWords": [
"Pod/Assets/*.png"
]
}
}