blob: fff5a8e04a80aa443e51382d2bef1d1d90cb3ac7 [file] [log] [blame]
{
"name": "LZCommonSDK",
"version": "1.0.3",
"summary": "a repository demo",
"description": "a repository demo",
"homepage": "https://github.com/linzhenwei8888/LZCommonSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linzhenwei8888": "linzhenwei8888@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/linzhenwei8888/LZCommonSDK.git",
"tag": "0.0.1"
},
"public_header_files": "LZCommonSDK/LZCommonSDK/**/**/**/*.h",
"source_files": "LZCommonSDK/LZCommonSDK/**/**/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.0.0"
]
}
}