4 "summary": "Easy way to load images and Animated Images.",
5 "description": "Guiso is image loading framework for IOS that wraps media decoding, memory and disk caching. By default Guiso uses URLSession.",
6 "homepage": "https://github.com/Only-IceSoul/Guiso",
8 "type": "Apache License 2.0",
12 "only-icesoul": "justinjlf21@gmail.com"
15 "git": "https://github.com/Only-IceSoul/Guiso.git",
23 "Frameworks/**/Headers/*.{h}"
25 "swift_versions": "5.0",
26 "vendored_frameworks": "Frameworks/*.framework",
28 "preserve_paths": "Frameworks"
30 "public_header_files": "Frameworks/**/Headers/*.{h}",
31 "pod_target_xcconfig": {
32 "ARCHS": "$(ARCHS_STANDARD)",
33 "ONLY_ACTIVE_ARCH": "YES"
35 "user_target_xcconfig": {
36 "ARCHS": "$(ARCHS_STANDARD)",
37 "ONLY_ACTIVE_ARCH": "YES"
39 "swift_version": "5.0"