blob: cfb28d43cc2116df01e6e20b7a4f781ef4fb7108 [file] [log] [blame]
{
"name": "ViaSwiftUtils",
"version": "2.0.1",
"summary": "Swift Utilities written with and for Viacom Inc.",
"description": "Goodie box of small helper functions/extensions used in many Swift Apps at Viacom",
"homepage": "https://github.com/ViacomInc/ViaSwiftUtils",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": {
"Konrad Feiler": "konrad.feiler@vimn.com"
},
"source": {
"git": "https://github.com/ViacomInc/ViaSwiftUtils.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/ViaSwiftUtils/**/*"
},
"osx": {
"source_files": "Sources/ViaSwiftUtils/Foundation/*"
},
"watchos": {
"source_files": "Sources/ViaSwiftUtils/Foundation/*"
},
"tvos": {
"source_files": "Sources/ViaSwiftUtils/Foundation/*"
},
"pushed_with_swift_version": "4.0"
}