[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / c / 1 / d / FavIcon / 3.0.5 / FavIcon.podspec.json
blob1c1476af3ac9c82eb6b1d06cdeafc2ce44baf608
2   "name": "FavIcon",
3   "version": "3.0.5",
4   "summary": "A library for downloading website icons",
5   "homepage": "https://github.com/leonbreedt/FavIcon",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Leon Breedt": "leon@sector42.io"
12   },
13   "source": {
14     "git": "https://github.com/leonbreedt/FavIcon.git",
15     "tag": "3.0.5"
16   },
17   "source_files": "Sources/**/*.swift",
18   "preserve_paths": [
19     "Sources/Modules/*",
20     "Support/*.sh"
21   ],
22   "platforms": {
23     "ios": "9.0",
24     "osx": "10.10",
25     "tvos": "9.0",
26     "watchos": "2.0"
27   },
28   "requires_arc": true,
29   "pod_target_xcconfig": {
30     "SWIFT_VERSION": "4.0",
31     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES"
32   },
33   "xcconfig": {
34     "HEADER_SEARCH_PATHS": "/usr/include/libxml2",
35     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sources/Modules"
36   }