[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / a / TFY_BasicAnimationKit / 2.0.2 / TFY_BasicAnimationKit.podspec.json
blobadaa45413c0603635f7e4e29b275a5f7e57dd061
2   "name": "TFY_BasicAnimationKit",
3   "version": "2.0.2",
4   "summary": "基本动画链式封装",
5   "description": "基本动画链式封装",
6   "homepage": "https://github.com/13662049573/TFY_BasicAnimationKit",
7   "license": "MIT",
8   "authors": {
9     "田风有": "420144542@qq.com"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "source": {
15     "git": "https://github.com/13662049573/TFY_BasicAnimationKit.git",
16     "tag": "2.0.2"
17   },
18   "source_files": "TFY_BasicAnimationKit/TFY_BasicAnimationKit/TFY_BasicAnimationKit.h",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "TFY_MacioAnimation",
23       "source_files": "TFY_BasicAnimationKit/TFY_BasicAnimationKit/TFY_MacioAnimation/**/*.{h,m}"
24     },
25     {
26       "name": "TFY_CategoryAnimation",
27       "dependencies": {
28         "TFY_BasicAnimationKit/TFY_MacioAnimation": [
30         ]
31       },
32       "source_files": "TFY_BasicAnimationKit/TFY_BasicAnimationKit/TFY_CategoryAnimation/**/*.{h,m}"
33     }
34   ]