blob: 372974a3b3a50f048acbd0172fe96da7f5ecc406 [file] [log] [blame]
{
"name": "UIView+Mask",
"version": "1.0.0",
"summary": "maskView",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/songhongkang/UIView-Mask.git",
"license": "MIT",
"authors": {
"songhongkang": "139994824@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/songhongkang/UIView-Mask.git",
"tag": "1.0.0"
},
"source_files": "UIView+Mask/*",
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
]
}
}