[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 0 / 4 / 2 / SRFacebookAnimation / 0.1.0 / SRFacebookAnimation.podspec.json
blobf256fe2bb1ec95bfd003789fb3eb57162c498ba9
2   "name": "SRFacebookAnimation",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shamshir.anees@gmail.com": "shamshir.anees@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/shamshiranees/SRFacebookAnimation.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SRFacebookAnimation/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"