blob: 9bed905ca9bab1b3dd221dc0f438278181c7e304 [file] [log] [blame]
{
"name": "YTXAnimations",
"version": "1.2.6",
"summary": "提供UIView的动画",
"description": "The iOS animation implementation of CSS3",
"homepage": "https://github.com/baidao/YTXAnimations",
"license": "MIT",
"authors": {
"caojun": "78612846@qq.com"
},
"source": {
"git": "https://github.com/baidao/YTXAnimations.git",
"tag": "1.2.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"subspecs": [
{
"name": "AnimateCSS",
"source_files": [
"Pod/Classes/UIView+YTXAnimateCSS.*",
"Pod/Classes/YTXAnimationsUtil.{h,m}"
]
},
{
"name": "CSShake",
"source_files": [
"Pod/Classes/UIView+YTXCSShake.*",
"Pod/Classes/YTXAnimationsUtil.{h,m}"
]
},
{
"name": "MagicCSS",
"source_files": [
"Pod/Classes/UIView+YTXMagicCSS.*",
"Pod/Classes/YTXAnimationsUtil.{h,m}"
]
},
{
"name": "Transformer",
"source_files": [
"Pod/Classes/YTXGooeyCircleLayer.{h,m}",
"Pod/Classes/YTXCountDownShowLayer.{h,m}"
]
}
]
}