blob: 6879f98dd8c8e5aa5aefa9474ebcdf9c5c84ee48 [file] [log] [blame]
{
"name": "DZSilkKit",
"version": "0.1.1",
"summary": "iOS 优化编程效率的共用库",
"description": "iOS 优化编程效率的共用库,包含布局,样式,大量的宏定义等等",
"homepage": "https://github.com/yishuiliunian/DZSilkKit",
"license": "MIT",
"authors": {
"stonedong": "yishuiliunian@gmail.com"
},
"source": {
"git": "https://github.com/yishuiliunian/DZSilkKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DZSilkKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"DZProgrameDefines": [
],
"DZSinglonFactory": [
],
"DZAdjustFrame": [
],
"DZCache": [
],
"DZGeometryTools": [
],
"StyleSheet": [
]
}
}