[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / 0 / 7 / JJGuiso / 1.7.7 / JJGuiso.podspec.json
blobc3b99ddd5cb1dde2b85443fbbbaa424af67150c9
2   "name": "JJGuiso",
3   "version": "1.7.7",
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",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "only-icesoul": "justinjlf21@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Only-IceSoul/Guiso.git",
16     "tag": "1.7.7"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": [
22     "src/**/*.swift"
23   ],
24   "swift_versions": "5.0",
25   "vendored_frameworks": "Frameworks/*.framework",
26   "pod_target_xcconfig": {
27     "ARCHS": "$(ARCHS_STANDARD)",
28     "ONLY_ACTIVE_ARCH": "YES"
29   },
30   "user_target_xcconfig": {
31     "ARCHS": "$(ARCHS_STANDARD)",
32     "ONLY_ACTIVE_ARCH": "YES"
33   },
34   "swift_version": "5.0"