blob: da40b01873f96dcd8aabdd408249c112029c0556 [file] [log] [blame]
{
"name": "AHEasing",
"version": "1.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",
"tag": "1.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"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
}