[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 6 / TKImageShowing / 1.0.7 / TKImageShowing.podspec.json
blob7d57ec7564a1af34dc9013a29848caf4a3e3171c
2   "name": "TKImageShowing",
3   "version": "1.0.7",
4   "summary": "you can use this library to show image full screen.",
5   "description": "you can use this library to show image fullscreen",
6   "homepage": "https://github.com/ThangKM/iOS-TKImageShowing",
7   "license": "MIT",
8   "authors": {
9     "Thang Kieu": "thangkm.lk@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/ThangKM/iOS-TKImageShowing.git",
16     "tag": "1.0.7"
17   },
18   "source_files": [
19     "TKImageShowing",
20     "TKImageShowing/**/*.{swift}"
21   ],
22   "exclude_files": "TKImageShowing/Exclude",
23   "resource_bundles": {
24     "TKImageShowing": [
25       "TKImageShowing/Resources/**/*.{png}"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "3.3"
30   },
31   "dependencies": {
32     "SDWebImage": [
33       "~> 4.0"
34     ]
35   }