blob: 19e04729c552ea3b54dd55ca400025a4bcf1143c [file] [log] [blame]
{
"name": "ADUtils",
"version": "11.0.0",
"authors": "Fabernovel",
"homepage": "https://github.com/faberNovel/ADUtils",
"summary": "Fabernovel's toolbox for iOS",
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"license": {
"type": "MIT",
"text": "Created and licensed by Fabernovel Technologies. Copyright 2014-2018 Fabernovel Technologies. All rights reserved."
},
"source": {
"git": "https://github.com/faberNovel/ADUtils.git",
"tag": "v11.0.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"default_subspecs": "objc",
"swift_versions": [
"5.0",
"5.1"
],
"subspecs": [
{
"name": "Swift",
"source_files": "Modules/ADUtils/*.{h,m,swift}"
},
{
"name": "objc",
"dependencies": {
"ADUtils/Swift": [
]
},
"source_files": "Modules/ADUtils_objc/*.{h,m,swift}"
}
],
"swift_version": "5.1"
}