[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 4 / 7 / 1 / EAImageModal / 0.1.2 / EAImageModal.podspec.json
blobf3deafd2b6ed8fc4a2981acd707ccf279d8f95e0
2   "name": "EAImageModal",
3   "version": "0.1.2",
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": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/CoericK/EAImageModal.git",
16     "tag": "0.1.2"
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   }