[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 7 / 1 / EAImageModal / 1.1.0 / EAImageModal.podspec.json
blob6479132dc500df185a3437c262ab46891e5ff231
2   "name": "EAImageModal",
3   "version": "1.1.0",
4   "summary": "An easy to use modal that displays an image",
5   "description": "Modal that displays an image loaded from URL.",
6   "homepage": "https://github.com/CoericK/EAImageModal",
7   "license": "MIT",
8   "authors": {
9     "Erick Arroyo": "erick@erickarroyo.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/CoericK/EAImageModal.git",
16     "tag": "1.1.0"
17   },
18   "source_files": [
19     "EAImageModal",
20     "EAImageModal/**/*.{h,m,swift}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "dependencies": {
24     "Kingfisher": [
25       "~> 4.0"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "3"
30   }