blob: 7df246942489580b1ae9fadc55cd16900ee32dc0 [file] [log] [blame]
{
"name": "ACUtils",
"version": "0.2.3",
"summary": "A set of snippets I found useful over time and try to share with the others.",
"description": "A set of snippets I found useful over time and try to share with the others. Open to requests! :)",
"homepage": "https://github.com/cianiandreadev/ACUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Andrea Ciani",
"swift_version": "4.2",
"module_name": "ACUtils",
"platforms": {
"ios": "9.0",
"osx": "10.13",
"watchos": "4.0",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/cianiandreadev/ACUtils.git",
"tag": "0.2.3"
},
"source_files": "ACUtils_common/**/*.{h,m}",
"ios": {
"source_files": "ACUtils_iOS/**/*.{h,m}"
},
"osx": {
"source_files": "ACUtils_macOS/**/*.{h,m}"
},
"tvos": {
"source_files": "ACUtils_tvOS/**/*.{h,m}"
},
"watchos": {
"source_files": "ACUtils_watchOS/**/*.{h,m}"
}
}