2 "name": "SRFacebookAnimation",
4 "summary": "Facebook live streaming emoji animation which can be fully customised",
5 "description": "TODO: Facebook live streaming emoji animation which can be fully customised.\nBasic Usage\n```swift\nSRFacebookAnimation.startPoint(CGPoint(x: 0, y: 300))//this is optional default location is (x: 0, y: 200)\n\n//Pass the Image.\n//This method should be called for animating.\nSRFacebookAnimation.animate(image:#imageLiteral(resourceName: \"6\"))\n```\nMore Features\n```swift\n\n// Amplitude of the path. Default value is 50\nSRFacebookAnimation.animationAmplitude(5)\n\n// Bouncing needed more than the amplitude , Default value is 5.\nSRFacebookAnimation.amplitudeBounce(5)\n\n// duration of the animation\nSRFacebookAnimation.animationDuration(5)\n\n//Direction of the animation.Default value is leftToRight.\n//rightToLeft or leftToRight.\nSRFacebookAnimation.animationDirection(.rightToLeft)\n\n//Uptrust true means first it will animate to +ve direction.Default value is true.\nSRFacebookAnimation.isUptrust(false)\n\n//Can change the demention of imageview.Default value is 20.\nSRFacebookAnimation.imageDimention(30)//30 means you will get an imageView of demention 30x30\n\n\n```",
6 "homepage": "https://github.com/shamshiranees/SRFacebookAnimation",
12 "shamshir.anees@gmail.com": "shamshir.anees@gmail.com"
15 "git": "https://github.com/shamshiranees/SRFacebookAnimation.git",
21 "source_files": "SRFacebookAnimation/Classes/**/*",
22 "frameworks": "UIKit",
23 "pushed_with_swift_version": "3.0"