blob: 50dff187ef3f48c04e2da4f73025a2640e099893 [file] [log] [blame]
{
"name": "FMCollectionView",
"version": "1.1.0",
"summary": "Collection of items, similar to UITableView and UICollectionView, support various layout style.",
"homepage": "https://github.com/jacoli/FMCollectionView",
"license": "MIT",
"authors": {
"jacoli": "jaco.lcg@gmail.com"
},
"source": {
"git": "https://github.com/jacoli/FMCollectionView.git",
"tag": "1.1.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "7.0"
},
"source_files": "Sources/*.{h,m}",
"requires_arc": true
}