blob: 61d122ddfb77a1c7f51ee7601fe3f81a859f5899 [file] [log] [blame]
{
"name": "DCDataViews",
"version": "0.1.2",
"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.2"
},
"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"
}
]
}