blob: d7d9dcfae4db101fb66e57ec9c2539c213440108 [file] [log] [blame]
{
"name": "ValueTween",
"version": "0.0.1",
"summary": "Simple Tween engine and Easing Libraries for Objective-C.",
"description": " ValueTween\n ====\n Simple Tween engine and Easing Libraries for Objective-C.\n",
"homepage": "https://github.com/feb19/Value-Tween-Library-for-Objective-C",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nobuhiro Takahashi": "nt[at]feb19.jp"
},
"social_media_url": "http://twitter.com/feb19",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/feb19/Value-Tween-Library-for-Objective-C.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "QuartzCore",
"requires_arc": true
}