blob: 238fb9e1e3e7e2c223c2ececdd81d1fa23b55f4e [file] [log] [blame]
{
"name": "MaterialMotionPopFamily",
"summary": "POP Material Motion Family in Swift",
"version": "1.0.0",
"authors": "The Material Motion Authors",
"license": "Apache 2.0",
"homepage": "https://github.com/material-motion/material-motion-family-pop-swift",
"source": {
"git": "https://github.com/material-motion/material-motion-family-pop-swift.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"src/*.{swift}",
"src/private/*.{swift}"
],
"dependencies": {
"pop": [
"~> 1.0"
],
"MaterialMotionRuntime": [
"~> 4.0"
]
}
}