blob: 8ee32d521f524d60b155f7f6e1b556210d5d9943 [file] [log] [blame]
{
"name": "DCDataViews",
"version": "0.1.1",
"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.1"
},
"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"
}
]
}