blob: 395e4505b99283eaa01d273d1313f6f129a8b356 [file] [log] [blame]
{
"name": "ACUtils",
"version": "0.2.2",
"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",
"platforms": {
"ios": "9.0",
"osx": "10.13",
"watchos": "4.0",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/cianiandreadev/ACUtils.git",
"tag": "0.2.2"
},
"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}"
}
}