[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 4 / 7 / 1 / EAImageModal / 1.1.1 / EAImageModal.podspec.json
blobdb95442f023aacdcce31a3fc0e76ca3243a96484
2   "name": "EAImageModal",
3   "version": "1.1.1",
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.1"
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   }