blob: ed3e7d5b4e799e2734fd88acd8b062743da444d6 [file] [log] [blame]
{
"name": "CCListView",
"version": "0.1.0",
"summary": "CCListView is a highly customizable sequential view container.",
"description": " **CCListView** is a highly customizable sequential view container. It can be configured to:\n\n* optionally scroll contained content\n* arrange content horizontally or vertically\n\nYou can build **CCListViews** that contain **CCListViews** (that contain **CCListViews**...) and they even support scrolling views within scrolling views.\n",
"homepage": "http://github.com/Codecademy/CCListView.git",
"screenshots": "https://github.com/Codecademy/CCListView/blob/master/Screenshots/screenshot1.png?raw=true",
"license": "MIT",
"authors": {
"Ian Grossberg / Codecademy": "yo.ian.g@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Codecademy/CCListView.git",
"tag": "0.1.0"
},
"source_files": [
"Source",
"Source/**/*.{h,m}"
],
"public_header_files": "Source/CCListView.h",
"requires_arc": true,
"dependencies": {
"FLKAutoLayout": [
]
}
}