blob: 7737b8abd141b77d64d6fdb8cf843d3b6fa049c1 [file] [log] [blame]
{
"name": "ViaSwiftUtils",
"version": "1.0.2",
"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": "1.0.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"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": "3.1"
}