blob: 739eb9dec8ae8d2efef6b9cfbf30f11edc5ea4d7 [file] [log] [blame]
{
"name": "WolfAnimation",
"version": "3.0.0",
"summary": "Tools for Core Animation and time-sequencing events.",
"homepage": "https://github.com/wolfmcnally/WolfAnimation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfAnimation.git",
"tag": "3.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "12.0",
"osx": "10.14",
"tvos": "12.0"
},
"ios": {
"source_files": [
"WolfAnimation/Classes/Shared/**/*",
"WolfAnimation/Classes/iOS/**/*",
"WolfAnimation/Classes/iOSShared/**/*",
"WolfAnimation/Classes/AppleShared/**/*"
]
},
"osx": {
"source_files": [
"WolfAnimation/Classes/Shared/**/*",
"WolfAnimation/Classes/macOS/**/*",
"WolfAnimation/Classes/AppleShared/**/*"
]
},
"tvos": {
"source_files": [
"WolfAnimation/Classes/Shared/**/*",
"WolfAnimation/Classes/tvOS/**/*",
"WolfAnimation/Classes/iOSShared/**/*",
"WolfAnimation/Classes/AppleShared/**/*"
]
},
"module_name": "WolfAnimation",
"dependencies": {
"WolfLog": [
],
"WolfFoundation": [
],
"WolfNIO": [
],
"WolfConcurrency": [
]
}
}