blob: 9d370ca86be27e7044ae80b6913a7b546d8dcde2 [file] [log] [blame]
{
"name": "XZLib",
"version": "0.0.5",
"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.5"
},
"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"
}
}