[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / d / XAnimation / 0.1.0 / XAnimation.podspec.json
blob89bb7d68803c91d72b37306e02fe3a38b2f6b59b
2   "name": "XAnimation",
3   "version": "0.1.0",
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.0"
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   ]