blob: af88b74f5568071088c5dbd5b449e8e55507928a [file] [log] [blame]
{
"name": "JRMFloatingAnimation",
"version": "0.1.2",
"summary": "A floating animation that can be used for bubbles, clouds, music notes, or whatever your heart desires.",
"description": "Animation used to create \"floating\" UIImageViews, similar to the love animation in the Periscope app. Done via UIBezierPath and CAKeyframeAnimation.",
"homepage": "https://github.com/carleihar/JRMFloatingAnimation",
"screenshots": [
"http://i.imgur.com/qK2cqsA.gif",
"http://i.imgur.com/8NPeUXq.gif",
"http://i.imgur.com/0yiav9V.gif",
"http://i.imgur.com/2BOmIcQ.gif"
],
"license": "MIT",
"authors": {
"Caroline Harrison": "caroline@jackrabbitmobile.com"
},
"source": {
"git": "https://github.com/carleihar/JRMFloatingAnimation.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/carleihar",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}