blob: 12577d129f52c63f097c6a22111b22f0febae3ff [file] [log] [blame]
{
"name": "TKImageShowing",
"version": "1.1.0",
"summary": "you can use this library to show image full screen.",
"description": "you can use this library to show image fullscreen",
"homepage": "https://github.com/ThangKM/iOS-TKImageShowing",
"license": "MIT",
"authors": {
"Thang Kieu": "thangkm.lk@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/ThangKM/iOS-TKImageShowing.git",
"tag": "1.1.0"
},
"source_files": [
"TKImageShowing",
"TKImageShowing/**/*.{swift}"
],
"exclude_files": "TKImageShowing/Exclude",
"resource_bundles": {
"TKImageShowing": [
"TKImageShowing/Resources/**/*.{png}"
]
},
"swift_versions": "4.2",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"dependencies": {
"SDWebImage": [
"~> 5.2.3"
]
},
"swift_version": "4.2"
}