blob: 0b46b7a29b5aad2276d078283af8e352be8a5299 [file] [log] [blame]
{
"name": "MRoundedButton",
"version": "1.0",
"summary": "UIControl subclass like iOS 7 Phone app button",
"description": " It is like iOS 7 Phone app button and also provided MRoundedButtonAppearanceManager and MRHollowView for to extend the its usage\n",
"homepage": "https://github.com/mrcrow/MRoundedButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael WU": "wwz.michael@gmail.com"
},
"source": {
"git": "https://github.com/mrcrow/MRoundedButton.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}