[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / a / b / CCDataSourceManager / 0.0.1 / CCDataSourceManager.podspec.json
blob40b192095d945892c156ea8dd393f2204782325a
2   "name": "CCDataSourceManager",
3   "version": "0.0.1",
4   "summary": "Drop In DataSource Manager for Table- and CollectionView. Register Cells for certain model classes",
5   "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",
6   "homepage": "https://github.com/absolute-heike/CCDataSourceManager",
7   "license": "MIT",
8   "authors": {
9     "Michael Berg": "michael@couchfunk.de"
10   },
11   "social_media_url": "http://twitter.com/aBsoluteh3ike",
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/absolute-heike/CCDataSourceManager.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "CCDataSourceManager",
21     "CCDataSourceManager/**/*.{h,m}"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "ReactiveCocoa": [
27     ]
28   }