blob: 8b983b3523d84dbb90e6c14bdc4a0e5eb228c96d [file] [log] [blame]
{
"name": "EasyCreate",
"version": "0.1.1",
"summary": "Create UIView subclasses from .xib files easily.",
"description": "Create UIView subclasses from .xib files easily. Also create UIViewController subclasses from Storyboards easily.",
"homepage": "https://github.com/kkendall33/EasyCreate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kkendall33": "kkendall33@gmail.com"
},
"source": {
"git": "https://github.com/kkendall33/EasyCreate.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "EasyCreate/Classes/**/*",
"pushed_with_swift_version": "3.2"
}