[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 9 / 5 / DCDataViews / 0.1.1 / DCDataViews.podspec.json
blob8ee32d521f524d60b155f7f6e1b556210d5d9943
2   "name": "DCDataViews",
3   "version": "0.1.1",
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.1.1"
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   ]