blob: 27faceb30f77e4d599c94e7d4f3752f6a8bc4485 [file] [log] [blame]
{
"name": "LXMExpandLayout",
"version": "0.0.2",
"summary": "A UICollectionViewLayout that can expand one item with spring animation without doing any transition, support cell with any size.",
"description": "\tLXMExpandLayout is a imitation of DaiExpandCollectionView and I made several improvements to make it more easy to use.\n\nNow it supports cell with any size, you can use it just like any other UICollectionViewFlowLayout, all you have to do is to set the itemSize and then all are done .\n",
"homepage": "https://github.com/Phelthas/LXMExpandLayout",
"license": "MIT",
"authors": {
"Phelthas": "billthas@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Phelthas/LXMExpandLayout.git",
"tag": "0.0.2"
},
"source_files": "LXMExpandLayoutDemo/LXMExpandLayout/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}