blob: 4d4ae9b8b51bcd82afe4438986fced9eea460abf [file] [log] [blame]
{
"name": "MasKit",
"version": "0.0.3",
"summary": "A marquee view used on iOS.",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/CoderMonsterZhang/MasKit",
"license": "MIT",
"authors": {
"张松宇": "17660431@qq.com"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Masonry": [
]
},
"source": {
"git": "https://github.com/CoderMonsterZhang/MasKit.git",
"commit": "3a0feed"
},
"source_files": "MasKit/**/*.{h,m}",
"exclude_files": "MasKit/Exclude",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}