blob: b8a196dd454240649eaf00e23fdaddcb62e1f15a [file] [log] [blame]
{
"name": "ALGReversedFlowLayout",
"version": "0.1.0",
"summary": "Like a vertical flow layout, but bottom-to-top instead of top-to-bottom.",
"homepage": "https://github.com/algal/ALGReversedFlowLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexis Gallagher": "alexis@alexisgallagher.com"
},
"social_media_url": "http://twitter.com/alexisgallagher",
"source": {
"git": "https://github.com/algal/ALGReversedFlowLayout.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/*.{h,m}"
]
}