blob: 630cbfc9ad835a57e2a63c90c99c8df7b8cee85a [file] [log] [blame]
{
"name": "AISpringButton",
"version": "1.0.0",
"summary": "A button view used on iOS.",
"description": "It is a button view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/aizexin/AISpringButton",
"license": "MIT License",
"authors": {
"艾泽鑫": "443792431@qq.com"
},
"source": {
"git": "https://github.com/aizexin/AISpringButton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "AISpringButton/*",
"frameworks": [
"Foundation",
"UIKit"
]
}