blob: 40b192095d945892c156ea8dd393f2204782325a [file] [log] [blame]
{
"name": "CCDataSourceManager",
"version": "0.0.1",
"summary": "Drop In DataSource Manager for Table- and CollectionView. Register Cells for certain model classes",
"description": " A longer description of CCDataSourceManager in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/absolute-heike/CCDataSourceManager",
"license": "MIT",
"authors": {
"Michael Berg": "michael@couchfunk.de"
},
"social_media_url": "http://twitter.com/aBsoluteh3ike",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/absolute-heike/CCDataSourceManager.git",
"tag": "0.0.1"
},
"source_files": [
"CCDataSourceManager",
"CCDataSourceManager/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
]
}
}