blob: 52adcd84d0e0fbfadc3e3ef24a729c2ece926ed2 [file] [log] [blame]
{
"name": "WolfApp",
"version": "2.0.4",
"summary": "Tools for working at the app- and device-level of iOS and macOS, including resources and notifications.",
"homepage": "https://github.com/wolfmcnally/WolfApp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfApp.git",
"tag": "2.0.4"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"ios": {
"source_files": [
"Sources/WolfApp/Shared/**/*",
"Sources/WolfApp/iOS/**/*",
"Sources/WolfApp/iOSShared/**/*",
"Sources/WolfApp/AppleShared/**/*"
]
},
"osx": {
"source_files": [
"Sources/WolfApp/Shared/**/*",
"Sources/WolfApp/macOS/**/*",
"Sources/WolfApp/AppleShared/**/*"
]
},
"tvos": {
"source_files": [
"Sources/WolfApp/Shared/**/*",
"Sources/WolfApp/tvOS/**/*",
"Sources/WolfApp/iOSShared/**/*",
"Sources/WolfApp/AppleShared/**/*"
]
},
"module_name": "WolfApp",
"dependencies": {
"WolfLocale": [
],
"WolfCore": [
]
},
"swift_version": "5.0"
}