[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 9 / 5 / DCDataViews / 0.0.4 / DCDataViews.podspec.json
blobd3ec6cad3bc734daa97602ed93668a573696d196
2   "name": "DCDataViews",
3   "version": "0.0.4",
4   "summary": "Wrappers around UITableView and UICollectionView to make simpler to use.",
5   "homepage": "https://github.com/daltoniam/DCDataViews",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Dalton Cherry": "daltoniam@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/daltoniam/DCDataViews.git",
12     "tag": "0.0.4"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "DCDataViews.h",
18   "public_header_files": "*.h",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "CollectionView",
23       "source_files": "CollectionView/*.{h,m}",
24       "frameworks": "CoreGraphics"
25     },
26     {
27       "name": "TableView",
28       "source_files": "TableView/*.{h,m}",
29       "frameworks": "CoreGraphics"
30     }
31   ]