[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / 5 / 9 / d / XAnimation / 0.1.1 / XAnimation.podspec.json
blob203cccdca45112df24c98365fccef1f544366f7b
2   "name": "XAnimation",
3   "version": "0.1.1",
4   "summary": "XAnimation based on opensorce airbnb Lottie to apply AE Animation to yourself layer.",
5   "description": "Use XAnimation you can run lottie file effect on yourself view or layer. that means whatever view or layer exsits can attach lottie animation effect without modify your own logic. it's cool?",
6   "homepage": "https://github.com/JDFED/XAnimation",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangxiyuan": "wangxiyuan613@163.com"
13   },
14   "source": {
15     "git": "https://github.com/JDFED/XAnimation.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "XAnimation/Classes/**/*",
22   "resources": "XAnimation/Classes/**/*",
23   "static_framework": true,
24   "requires_arc": true,
25   "public_header_files": [
26     "XAnimation/Classes/PublicHeaders/*.h",
27     "XAnimation/Classes/XAimationExtends/PublicHeaders/*.h"
28   ]