blob: 4666f293301db2825a0f7bc099534c06e503abed [file] [log] [blame]
{
"name": "AHEasing",
"version": "0.0.1",
"summary": "A supplemental library of easing functions for C, C++, and Objective-C.",
"homepage": "https://github.com/warrenm/AHEasing",
"license": {
"type": "WTFPL",
"file": "COPYING"
},
"authors": {
"Warren Moore": "wm@warrenmoore.net"
},
"source": {
"git": "https://github.com/warrenm/AHEasing.git",
"commit": "391b641af7a80f8b4fcb65944d0252c186a85dbc"
},
"platforms": {
"ios": null
},
"source_files": [
"AHEasing/easing.{h,c}",
"AHEasing/CAKeyframeAnimation+AHEasing.{h,m}"
],
"public_header_files": [
"AHEasing/easing.h",
"AHEasing/CAKeyframeAnimation+AHEasing.h"
],
"requires_arc": false
}