blob: 76261bb72dd799b4292b996e337739044bd13ac8 [file] [log] [blame]
{
"name": "TABAnimated",
"version": "2.2.0",
"summary": "TABAnimated是一个ios平台上的网络过渡动画(骨架屏)的封装",
"description": "TABAnimated是一个ios平台上的网络过渡动画(骨架屏)的封装,目前仅支持oc",
"homepage": "https://github.com/tigerAndBull/LoadAnimatedDemo-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tigerAndBull": "1429299849@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tigerAndBull/LoadAnimatedDemo-ios.git",
"tag": "2.2.0.1"
},
"subspecs": [
{
"name": "Core",
"source_files": "AnimatedDemo/AnimatedDemo/TABAnimated/Core/**/*.{h,m}"
},
{
"name": "Reveal",
"source_files": "AnimatedDemo/AnimatedDemo/TABAnimated/Reveal/**/*.{h,m}",
"resource_bundles": {
"TABAnimated": "AnimatedDemo/AnimatedDemo/TABAnimated/Reveal/Source/**/*"
},
"dependencies": {
"TABAnimated/Core": [
]
}
}
]
}