blob: 111701a161e5a36da847a18650099fa34a8c6784 [file] [log] [blame]
{
"name": "DCDataViews",
"version": "0.1.0",
"summary": "Wrappers around UITableView and UICollectionView to make simpler to use.",
"homepage": "https://github.com/daltoniam/DCDataViews",
"license": "Apache License, Version 2.0",
"authors": {
"Dalton Cherry": "daltoniam@gmail.com"
},
"source": {
"git": "https://github.com/daltoniam/DCDataViews.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "DCDataViews.h",
"public_header_files": "*.h",
"requires_arc": true,
"subspecs": [
{
"name": "CollectionView",
"source_files": "CollectionView/*.{h,m}",
"frameworks": "CoreGraphics"
},
{
"name": "TableView",
"source_files": "TableView/*.{h,m}",
"frameworks": "CoreGraphics"
}
]
}