blob: f8b7bab04e5e61a831ab8b479857802ff43141b7 [file] [log] [blame]
{
"name": "TKImageShowing",
"version": "1.0.2",
"summary": "you can use this library to show image fullscreen.",
"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.2"
},
"source_files": [
"TKImageShowing",
"TKImageShowing/**/*.{swift}"
],
"exclude_files": "TKImageShowing/Exclude",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.3"
},
"dependencies": {
"SDWebImage": [
"~> 4.0"
]
}
}