blob: 2c83766ef5ead307380275e073edcfd981a3f8b6 [file] [log] [blame]
{
"name": "DDUIKit",
"version": "0.0.1",
"summary": "DDKit provides convenient tools for build ui.",
"description": "DDKit provides convenient tools for build ui.\"",
"homepage": "https://github.com/amoblin/DDKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"amoblin": "amoblin@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/amoblin/DDKit.git",
"tag": "0.0.1"
},
"source_files": [
"DDKit",
"DDKit/**/*.{h,m}"
],
"public_header_files": "DDKit/**/*.h",
"requires_arc": true
}