blob: 1c142e8a8128939c40a214812c19a7be0d4c50c6 [file] [log] [blame]
{
"name": "AMWaveTransition",
"version": "0.1",
"summary": "Custom transition between viewcontrollers holding tableviews. Each cell is animated to simulate a 'wave effect'.",
"homepage": "https://github.com/andreamazz/AMWaveTransition",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Mazzini": "andrea.mazzini@gmail.com"
},
"source": {
"git": "https://github.com/andreamazz/AMWaveTransition.git",
"tag": "0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"AMWaveTransition",
"*.{h,m}"
],
"requires_arc": true
}