blob: ad186c202c8f951c3cdd83fd48b148dfe2ec51b8 [file] [log] [blame]
{
"name": "SweetEasing",
"version": "0.1",
"summary": "Collection of easing functions",
"description": "Collection of easing functions. Includes: LinearEasing, Quart In/Out/InOut, Cubic In/Out/InOut, Quart In/Out/InOut",
"homepage": "https://github.com/keepcalmandcodecodecode/SweetEasing",
"license": "MIT",
"authors": {
"keepcalmandcodecodecode": "easy.dev@yandex.ru"
},
"source": {
"git": "https://github.com/keepcalmandcodecodecode/SweetEasing.git",
"tag": "0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SweetEasing": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}