blob: dd0e4eaf50b791338fa90088571f0eb4b8dfc433 [file] [log] [blame]
{
"name": "UICollectionView-ARDynamicHeightLayoutCell",
"version": "1.0.2",
"summary": "Automatically UICollectionViewCell size calculating.",
"homepage": "https://github.com/AugustRush/UICollectionView-ARDynamicHeightLayoutCell",
"license": "MIT",
"authors": {
"August": "liupingwei30@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/AugustRush/UICollectionView-ARDynamicHeightLayoutCell.git",
"tag": "1.0.2"
},
"source_files": [
"UICollectionView+ARDynamicHeightLayoutCell",
"UICollectionView+ARDynamicHeightLayoutCell/**/*.{h,m}"
],
"exclude_files": "UICollectionView+ARDynamicHeightLayoutCell/Exclude",
"public_header_files": "UICollectionView+ARDynamicHeightLayoutCell/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}