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",
8 "Dalton Cherry": "daltoniam@gmail.com"
11 "git": "https://github.com/daltoniam/DCDataViews.git",
17 "source_files": "DCDataViews.h",
18 "public_header_files": "*.h",
22 "name": "CollectionView",
23 "source_files": "CollectionView/*.{h,m}",
24 "frameworks": "CoreGraphics"
28 "source_files": "TableView/*.{h,m}",
29 "frameworks": "CoreGraphics"