blob: 7d12d3332fd1278b1a6f8060ecdb41dce9ed1221 [file] [log] [blame]
{
"name": "CJJustifiedLayout",
"version": "1.0.1",
"summary": "A custom UICollectionViewLayout. It achieves a justified layout like Flickr.",
"description": "A custom UICollectionViewLayout that achieves the justified layout. It achieves a justified layout like Flickr.",
"homepage": "https://github.com/jie-cao/CJJustifiedLayout",
"license": "MIT",
"authors": {
"Jie": "jie_cao@hotmail.com"
},
"source": {
"git": "https://github.com/jie-cao/CJJustifiedLayout.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CJJustifiedLayout/*",
"public_header_files": "CJJustifiedLayout/*.h",
"frameworks": [
"Foundation",
"UIKit"
]
}