blob: e6e6b583826e740371c1297c027fe594026a718c [file] [log] [blame]
{
"name": "WolfAnimation",
"version": "3.0.2",
"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.2"
},
"swift_versions": "5.0",
"platforms": {
"ios": "12.0",
"osx": "10.14",
"tvos": "12.0"
},
"ios": {
"source_files": [
"Sources/WolfAnimation/Shared/**/*",
"Sources/WolfAnimation/iOS/**/*",
"Sources/WolfAnimation/iOSShared/**/*",
"Sources/WolfAnimation/AppleShared/**/*"
]
},
"osx": {
"source_files": [
"Sources/WolfAnimation/Shared/**/*",
"Sources/WolfAnimation/macOS/**/*",
"Sources/WolfAnimation/AppleShared/**/*"
]
},
"tvos": {
"source_files": [
"Sources/WolfAnimation/Shared/**/*",
"Sources/WolfAnimation/tvOS/**/*",
"Sources/WolfAnimation/iOSShared/**/*",
"Sources/WolfAnimation/AppleShared/**/*"
]
},
"module_name": "WolfAnimation",
"dependencies": {
"WolfLog": [
],
"WolfNIO": [
],
"WolfCore": [
]
}
}