blob: 4b7c35398251d563a9d9e8209b967d89b4cd9ec4 [file] [log] [blame]
{
"name": "ALTimingFunction",
"version": "0.1.0",
"summary": "Smooth animation timing function for iOS && OS X in Objective-C.",
"homepage": "https://github.com/0dayZh/ALTimingFunction",
"license": "MIT",
"authors": {
"0dayZh": "0day.zh@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/0dayZh/ALTimingFunction.git",
"tag": "0.1.0"
},
"public_header_files": "ALTimingFunction/*.h",
"source_files": "ALTimingFunction/*.{h,m}",
"requires_arc": true,
"frameworks": "QuartzCore"
}