blob: a98a371b0a7cce5c6dedd4a9c5538074dfbf8586 [file] [log] [blame]
{
"name": "FavIcon",
"version": "3.1.0",
"summary": "A library for downloading website icons",
"homepage": "https://github.com/leonbreedt/FavIcon",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Leon Breedt": "leon@sector42.io"
},
"source": {
"git": "https://github.com/leonbreedt/FavIcon.git",
"tag": "3.1.0"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0",
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES"
}
}