blob: 044224f9a3102186ba9a1a3680110038fdff50df [file] [log] [blame]
{
"name": "ALAnimatable",
"version": "0.1",
"summary": "ALAnimatable allows you to animate all subviews in a view at once.",
"description": "ALAnimatable adds an Animatable protocol into your project that lets you animate all subviews in a view at once with just a single line of code, providing you have created your user interface using Auto Layout.",
"homepage": "https://github.com/almata/ALAnimatable",
"screenshots": [
"https://raw.githubusercontent.com/almata/ALAnimatable/master/DocAssets/alanimatable-example-1.gif",
"https://raw.githubusercontent.com/almata/ALAnimatable/master/DocAssets/alanimatable-example-2.gif",
"https://raw.githubusercontent.com/almata/ALAnimatable/master/DocAssets/alanimatable-example-3.gif",
"https://raw.githubusercontent.com/almata/ALAnimatable/master/DocAssets/alanimatable-example-4.gif"
],
"license": "MIT",
"authors": {
"Albert Mata": "hello@albertmata.net"
},
"social_media_url": "http://twitter.com/almata",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/almata/ALAnimatable.git",
"tag": "0.1"
},
"source_files": [
"ALAnimatable",
"ALAnimatable/**/*.{h,m,swift}"
]
}