blob: beaf2928c83eaaf7b1401f078db7e34d437ebe3f [file] [log] [blame]
{
"name": "ViewEnhance",
"version": "0.1.0",
"summary": "add some helpful method to UIView to enhance uiview management",
"description": "Do not worry about it here, we will add more functionality in future",
"homepage": "https://github.com/neolcs/ViewEnhance",
"license": "MIT",
"authors": {
"Chuan Li": "pinmountain@gmail.com"
},
"source": {
"git": "https://github.com/neolcs/ViewEnhance.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ViewEnhance": [
"Pod/Assets/*.png"
]
}
}