blob: 7bb9fb0cb02dc4a50746346351d826eda2f49699 [file] [log] [blame]
{
"name": "UIViewHelper",
"version": "0.2.0",
"summary": "UIView category",
"description": "UIView category, bage, animation, add subView with animation.",
"homepage": "https://github.com/WildDylan/UIViewHelper",
"license": "MIT",
"authors": {
"Dylan": "3664132@163.com"
},
"source": {
"git": "https://github.com/WildDylan/UIViewHelper.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UIViewHelper": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit",
"QuartzCore"
]
}