blob: 93e14f6e79acc84675afa92da7744d940b82c35f [file] [log] [blame]
{
"name": "IDCViewFrame",
"version": "1.1.0",
"summary": "A view framework used on iOS.",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/LiDechao/UIView-Frame",
"license": "MIT",
"authors": {
"idechao": "idechao@163.com"
},
"source": {
"git": "https://github.com/LiDechao/UIView-Frame.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "UIView+Frame/*",
"frameworks": [
"Foundation",
"UIKit"
]
}