blob: a26b62e3f30f0ad7329528402330e38ff0a1d38f [file] [log] [blame]
{
"name": "JCCollectionViewWaterfallLayout",
"version": "0.0.2",
"summary": "Support multiple section, and can add headerView and footerView.",
"homepage": "http://lijingcheng.github.io/",
"license": "MIT",
"authors": {
"lijingcheng": "bj_lijingcheng@163.com"
},
"source": {
"git": "https://github.com/lijingcheng/JCCollectionViewWaterfallLayout.git",
"tag": "0.0.2"
},
"social_media_url": "http://weibo.com/lijingcheng1984",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JCCollectionViewWaterfallLayout": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
]
}
}