blob: 9e53a47ff167fe6a622362976bb24d66349d3455 [file] [log] [blame]
{
"name": "AHEasing",
"version": "1.0",
"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",
"tag": "1.0"
},
"platforms": {
"ios": null
},
"source_files": [
"AHEasing/easing.{h,c}",
"AHEasing/CAKeyframeAnimation+AHEasing.{h,m}"
],
"public_header_files": [
"AHEasing/easing.h",
"AHEasing/CAKeyframeAnimation+AHEasing.h"
],
"frameworks": "QuartzCore",
"requires_arc": true
}