blob: 1bdd64bfefbbb12513ed093ab2214f04f1fbc36f [file] [log] [blame]
{
"name": "AHEasingPod",
"version": "1.1",
"summary": "A supplemental library of easing functions for C, C++, and Objective-C.",
"homepage": "https://github.com/alexandre-g/AHEasing",
"license": {
"type": "WTFPL",
"file": "COPYING"
},
"authors": {
"Warren Moore": "wm@warrenmoore.net"
},
"source": {
"git": "https://github.com/alexandre-g/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
}