blob: 373a631ea759ca2c0091e35d2050038c716ab42a [file] [log] [blame]
{
"name": "MasKit",
"version": "0.0.1",
"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/AMKit",
"license": "MIT",
"authors": {
"张松宇": "17660431@qq.com"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Masonry": [
]
},
"source": {
"git": "https://github.com/CoderMonsterZhang/MasKit.git",
"tag": "0.0.1"
},
"source_files": [
"AMKit",
"AMKit/**/*.{h,m}"
],
"exclude_files": "AMKit/Exclude",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}