blob: 5f3f971a6b13e9cf64474c5d09be79c8edc7d32d [file] [log] [blame]
{
"name": "MHKingPopupView",
"version": "1.0.0",
"summary": "MHKingPopupView for musichome POPupView",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/hengyangKing",
"license": "MIT",
"authors": {
"hengyangKing": "hengyangKing@yeah.net"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hengyangKing/MHKingPopupView.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
]
}
}