| { |
| "name": "SRFacebookAnimation", |
| "version": "0.1.0", |
| "summary": "Facebook live streaming emoji animation which can be fully customised", |
| "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```", |
| "homepage": "https://github.com/shamshiranees/SRFacebookAnimation", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "shamshir.anees@gmail.com": "shamshir.anees@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/shamshiranees/SRFacebookAnimation.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SRFacebookAnimation/Classes/**/*", |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "3.0" |
| } |