blob: aadd8da41f45079beb3bbb6d0fedac17205d4a55 [file] [log] [blame]
{
"name": "MountainView",
"summary": "The animation curve looks like Mountain View.",
"homepage": "https://github.com/KyoheiG3/MountainView",
"version": "0.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "je.suis.kyohei@gmail.com"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/KyoheiG3/MountainView.git",
"tag": "0.2.0"
},
"source_files": "MountainView/**/*.{h,swift}",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"Mountain": [
]
}
}