blob: f411f9d8dd7cb2f5cb24c7cd785c7808e721f70d [file] [log] [blame]
{
"name": "ASOAnimatedButton",
"version": "1.0.1",
"summary": "An easy-to-configure animated button",
"description": "ASOAnimatedButton is a storyboard-friendly library to animate button to have a two-state or bounce effect. Refer to its project examples for its various implementations.",
"homepage": "https://github.com/agusso/ASOAnimatedButton",
"license": "MIT",
"authors": {
"Agus Soedibjo": "contact@soedibjo.com"
},
"source": {
"git": "https://github.com/agusso/ASOAnimatedButton.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/**/*.{h,m}",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"subspecs": [
{
"name": "TwoStateButton",
"source_files": "Classes/**/TwoStateButton/*.{h,m}"
},
{
"name": "BounceButton",
"source_files": "Classes/**/BounceButton/*.{h,m}"
}
]
}