blob: eeff5d304e195c832fb0a91f534b305cfaf3c262 [file] [log] [blame]
{
"name": "DCDataForm",
"version": "0.0.1",
"summary": "An extension to DCDataViews to make creating forms simpler.",
"homepage": "https://github.com/austiniam/DCDataForm",
"license": "Apache License, Version 2.0",
"authors": {
"Austin Cherry": "chillingwithim@gmail.com"
},
"source": {
"git": "https://github.com/austiniam/DCDataForm.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"requires_arc": true,
"dependencies": {
"DCDataViews": [
]
},
"subspecs": [
{
"name": "Items",
"source_files": "Items/*.{h,m}"
},
{
"name": "Cells",
"source_files": "Cells/*.{h,m}",
"dependencies": {
"DCDataForm/Items": [
]
}
}
]
}