blob: 6dc481f06d3d476a21233381d484294fe63ec7df [file] [log] [blame]
{
"name": "WolfAnimation",
"version": "1.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": "1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.13",
"tvos": "11.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": [
],
"WolfConcurrency": [
]
}
}