[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 3 / 4 / 7 / TABAnimated / 2.2.5 / TABAnimated.podspec.json
blob717d4a76ec6e02a7901142f1e4363adf6f0970fa
2   "name": "TABAnimated",
3   "version": "2.2.5",
4   "summary": "TABAnimated是一个ios平台上的网络过渡动画(骨架屏)的封装",
5   "description": "TABAnimated是一个ios平台上的网络过渡动画(骨架屏)的封装,目前仅支持oc",
6   "homepage": "https://github.com/tigerAndBull/LoadAnimatedDemo-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tigerAndBull": "1429299849@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/tigerAndBull/LoadAnimatedDemo-ios.git",
19     "tag": "2.2.5"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "AnimatedDemo/AnimatedDemo/TABAnimated/Core/**/*.{h,m}"
25     },
26     {
27       "name": "Reveal",
28       "source_files": "AnimatedDemo/AnimatedDemo/TABAnimated/Reveal/**/*.{h,m}",
29       "resources": [
30         "AnimatedDemo/AnimatedDemo/TABAnimated/Reveal/Source/**/*"
31       ],
32       "dependencies": {
33         "TABAnimated/Core": [
35         ]
36       }
37     }
38   ]