[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 9 / 5 / DCDataViews / 0.1.4 / DCDataViews.podspec.json
blob6bb0cd02218bf1b89b02f5a40a0a7c436021eb4a
2   "name": "DCDataViews",
3   "version": "0.1.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.1.4"
13   },
14   "social_media_url": "http://twitter.com/daltoniam",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "DCDataViews.h",
19   "public_header_files": "*.h",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "CollectionView",
24       "source_files": "CollectionView/*.{h,m}",
25       "frameworks": "CoreGraphics"
26     },
27     {
28       "name": "TableView",
29       "source_files": "TableView/*.{h,m}",
30       "frameworks": "CoreGraphics"
31     }
32   ]