blob: d44c5dfbb9925e14acf98c504ba33e9ee3bc70dd [file] [log] [blame]
{
"name": "DDUIKit",
"version": "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.1"
},
"source_files": [
"DDKit",
"DDKit/**/*.{h,m}"
],
"public_header_files": "DDKit/**/*.h",
"requires_arc": true
}