blob: 1362b3e7370f9b5ebd53756ea5711e36410f63f1 [file] [log] [blame]
{
"name": "DDUIKit",
"version": "0.6",
"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": "8.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/amoblin/DDKit.git",
"tag": "0.6"
},
"source_files": [
"DDKit",
"DDKit/**/*.{h,m}"
],
"public_header_files": "DDKit/**/*.h",
"requires_arc": true,
"osx": {
"exclude_files": [
"DDKit/iOS"
]
},
"ios": {
"exclude_files": [
"DDKit/OSX"
]
},
"dependencies": {
"JSONModel": [
],
"Masonry": [
]
}
}