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