blob: 7b1fb410f648515c3fb0d9791fb5b5fa8771400c [file] [log] [blame]
{
"name": "TKImageShowing",
"version": "1.0.9",
"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": "10.0"
},
"source": {
"git": "https://github.com/ThangKM/iOS-TKImageShowing.git",
"tag": "1.0.9"
},
"source_files": [
"TKImageShowing",
"TKImageShowing/**/*.{swift}"
],
"exclude_files": "TKImageShowing/Exclude",
"resource_bundles": {
"TKImageShowing": [
"TKImageShowing/Resources/**/*.{png}"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"dependencies": {
"SDWebImage": [
"~> 4.4.6"
]
}
}