blob: 8a1cd431703ee00083906149137d2decf0bcf9bb [file] [log] [blame]
{
"name": "Advance",
"version": "2.1.0",
"summary": "Physics-based animations for iOS, tvOS, and macOS.",
"description": "Advance is a Swift framework that enables advanced animations and physics-based interactions.",
"homepage": "https://github.com/timdonnelly/Advance",
"license": "BSD 2-clause \"Simplified\" License",
"authors": "Tim Donnelly",
"social_media_url": "http://twitter.com/timdonnelly",
"source": {
"git": "https://github.com/timdonnelly/Advance.git",
"tag": "v2.1.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "4.2",
"platforms": {
"ios": "9.0",
"osx": "10.12",
"tvos": "10.0"
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift"
}
]
}