blob: aff5583a681e0b6b85f66508ae992b7b7ea12384 [file] [log] [blame]
{
"name": "SEUICollectionViewLayout",
"version": "0.1.0",
"summary": "A base collection view layout that simplifies drawing/animation of sup/decoration views.",
"homepage": "http://github.com/bnickel/SEUICollectionViewLayout",
"license": "MIT",
"authors": {
"Brian Nickel": "bnickel@stackexchange.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/bnickel/SEUICollectionViewLayout.git",
"tag": "v0.1.0"
},
"source_files": "SEUICollectionViewLayout/SEUICollectionViewLayout",
"public_header_files": "SEUICollectionViewLayout/SEUICollectionViewLayout/*.h",
"frameworks": "UIKit",
"requires_arc": true
}