blob: bd72c7f65e8ed8ae2895dbf61fc077a5d8a8ed56 [file] [log] [blame]
{
"name": "XZLib",
"version": "0.0.12",
"summary": "A lib for iOS use with Swift.",
"description": "iOS Swift custom lib, include extensions, custom ui, custom tools, and so on",
"homepage": "https://github.com/lixiangzhou/ZZLib.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lixiangzhou": "lixiangzhouno1@163.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/lixiangzhou/ZZLib.git",
"tag": "0.0.12"
},
"source_files": [
"Source/*",
"Source/ZZCustom/*",
"Source/ZZCustom/ZZRefresh/*",
"Source/ZZExtension/*",
"Source/ZZExtension/ZZNSExtension/*",
"Source/ZZExtension/ZZUIExtension/*"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}