blob: 70992dae3e1b62920b391b78703d4a8cd0f7fe94 [file] [log] [blame]
{
"name": "Elephant",
"swift_version": "5.0",
"version": "0.1.0",
"summary": "SVG animation kit for iOS",
"description": "You can display the elegant svg animation in app.",
"homepage": "https://github.com/kzumu/Elephant",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kazumasa Shimomura": "kazu.devapp@gmail.com"
},
"source": {
"git": "https://github.com/kzumu/Elephant.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/kazuringo5",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"WebKit"
]
}