[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 0 / 1 / CCListView / 0.1.0 / CCListView.podspec.json
blobed3e7d5b4e799e2734fd88acd8b062743da444d6
2   "name": "CCListView",
3   "version": "0.1.0",
4   "summary": "CCListView is a highly customizable sequential view container.",
5   "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",
6   "homepage": "http://github.com/Codecademy/CCListView.git",
7   "screenshots": "https://github.com/Codecademy/CCListView/blob/master/Screenshots/screenshot1.png?raw=true",
8   "license": "MIT",
9   "authors": {
10     "Ian Grossberg / Codecademy": "yo.ian.g@gmail.com"
11   },
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/Codecademy/CCListView.git",
17     "tag": "0.1.0"
18   },
19   "source_files": [
20     "Source",
21     "Source/**/*.{h,m}"
22   ],
23   "public_header_files": "Source/CCListView.h",
24   "requires_arc": true,
25   "dependencies": {
26     "FLKAutoLayout": [
28     ]
29   }