blob: c8834228ea99b6862eaf694c7a58f8375f627b0e [file] [log] [blame]
{
"name": "BIASystemKit",
"version": "1.1",
"license": "MIT",
"summary": "iOS SystemKit Framework (best-ios-apps.de)",
"homepage": "https://www.best-ios-apps.de",
"authors": {
"Stefan Nebel": "support@best-ios-apps.de"
},
"source": {
"git": "https://github.com/StefaniOSApps/BIASystemKit.git",
"tag": "1.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BIASystemKit/**/*.{h,m,swift,xcdatamodeld,json}",
"swift_versions": "5.0",
"resources": "BIASystemKit/UIDevice/Ressources/*.json",
"ios": {
"resources": "BIASystemKit/UIDevice/Ressources/*",
"frameworks": "UIKit"
},
"testspecs": [
{
"name": "BIASystemKitTests",
"test_type": "unit",
"source_files": "Tests/**/*.{swift}"
}
],
"swift_version": "5.0"
}