blob: d98a5e7281f91545142fd5d1bb127bbf1dc1347b [file] [log] [blame]
{
"name": "IDCViewFrame",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "UIView+Frame/*",
"frameworks": [
"Foundation",
"UIKit"
]
}