[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 9 / 5 / DCDataViews / 0.1.2 / DCDataViews.podspec.json
blob61d122ddfb77a1c7f51ee7601fe3f81a859f5899
2   "name": "DCDataViews",
3   "version": "0.1.2",
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.2"
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   ]