blob: 7d5a5b8cf3c1ad5bfa4396cbeec91ce199a1ee87 [file] [log] [blame]
{
"name": "Anima",
"version": "0.9.2",
"authors": {
"satoshin21": "satoshi.nagasaka21@gmail.com"
},
"homepage": "https://github.com/satoshin21/Anima",
"summary": "Anima is swifty animation library.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/satoshin21/Anima.git",
"tag": "0.9.2"
},
"source_files": "Sources/*{.swift,.h}",
"swift_version": "4.2",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"description": "Anima is chainable Layer-Based Animation library for Swift4.\nIt support to make sequensial and groouped animation more easily."
}