blob: 6e378b98591fb18298c664dcf32bd4a325031f6d [file] [log] [blame]
{
"name": "MaterialMotionPop",
"summary": "POP for Material Motion (Swift)",
"version": "2.0.0",
"authors": "The Material Motion Authors",
"license": "Apache 2.0",
"homepage": "https://github.com/material-motion/pop-swift",
"source": {
"git": "https://github.com/material-motion/pop-swift.git",
"tag": "v2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"src/*.{swift}",
"src/private/*.{swift}"
],
"dependencies": {
"pop": [
"~> 1.0"
],
"MaterialMotionRuntime": [
">= 4.0",
"< 7.0"
]
},
"pushed_with_swift_version": "3.0",
"deprecated": true
}