blob: 5f1491a9403cfbaa77c5efc66ab4c1480d54fcdb [file] [log] [blame]
{
"name": "KYTilePhotoLayout",
"version": "1.0.0",
"summary": "A UICollectionViewLayout with a really interesting image layout algorithm.",
"description": "\n 一个图片布局算法,实现图片的不规则紧凑排列,\bA UICollectionViewLayout with a really interesting image layout algorithm.\n \n",
"homepage": "https://github.com/KittenYang/KYTilePhotoLayout",
"license": "MIT",
"authors": {
"KittenYang": "kittenyang@icloud.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/KittenYang/KYTilePhotoLayout.git",
"tag": "1.0.0"
},
"source_files": "KYTilePhotoLayout-Demo/Classes/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}