blob: 2e650f63d9cebbb429be21f02c7236405d98a4aa [file] [log] [blame]
{
"name": "RZTweenSpirit",
"version": "0.1.0",
"summary": "A piecewise tweening/animation library for iOS.",
"description": " RZTweenSpirit is a lightweight, simple tweening and animation library for iOS.\n It allows you to easily create piecewise animation timelines with precise control,\n for things like onboarding slideshows, creative scrolling effects, and parallax.\n",
"homepage": "https://github.com/Raizlabs/RZTweenSpirit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nick Donaldson": "nick.donaldson@raizlabs.com",
"Alex Rouse": "alex.rouse@raizlabs.com"
},
"social_media_url": "http://twitter.com/raizlabs",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Raizlabs/RZTweenSpirit.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": "QuartzCore"
}