[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 4 / 3 / LottiesBottom / 0.5.1 / LottiesBottom.podspec.json
blob5b391f867e86b2121b09403815846dca3e47fb8a
2   "name": "LottiesBottom",
3   "version": "0.5.1",
4   "summary": "Uses animations from Lottie (airbnb) for a pull up from the bottom control for a UIScrollView.",
5   "description": "Uses https://github.com/airbnb/lottie-ios animations for a pull up from the bottom control for a UIScrollView. E.g., this is useful for a pull-up-from the bottom refresh control for a UITableView. And could just be a fun easter egg too! The Lottie animation .json file you use needs to be in the main bundle of your app.",
6   "homepage": "https://github.com/crspybits/LottiesBottom",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "crspybits": "chris@SpasticMuffin.biz"
13   },
14   "source": {
15     "git": "https://github.com/crspybits/LottiesBottom.git",
16     "tag": "0.5.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LottiesBottom/Classes/**/*",
22   "requires_arc": true,
23   "dependencies": {
24     "lottie-ios": [
25       "~> 2.1"
26     ]
27   }