blob: 82092c3e3fae1c2b6c8f6f263bea19895f2ef4af [file] [log] [blame]
{
"name": "GYIntroductionView",
"version": "1.0",
"summary": "App 启动引导页 新特性介绍 支持灵活自定义每个页面,App launch guide page Introduction to new features, support flexible customization of each page",
"description": "# GYIntroductionView\n\n### [English](https://github.com/maltsugar/GYIntroductionView/blob/master/README_en.md)\nApp 启动引导页 新特性介绍,App launch guide page Introduction to new features\n\n\n# App 启动介绍页\n网上的轮子搜了搜不好用,灵活度不高,特来写一个支持任意自定义的。我一直认为无论怎么参考市面上APP的效果,也不可能模仿的完。所以写一些工具类的时候最重要的原则就是能灵活自定义,将具体的实现交给开发者,让他们想怎么做都行。像我的另外两个库([RollingNotice](https://github.com/maltsugar/RollingNotice),[CustomPopoverView](https://github.com/maltsugar/CustomPopoverView)),也是这一原则,以后我做小组件也会尽量以这个原则作为第一标准,这样才算是一个“体贴”的库\n\n## 这款启动视图,首先模仿几个特别典型的效果,至于没有的效果,完全交给你自由发挥了😬\n\n\n素材和视频背景播放的方式来自[ZWIntroductionViewController](https://github.com/squarezw/ZWIntroductionViewController),感谢作者。\n\n# demo\n![](http://wx4.sinaimg.cn/mw690/72aba7efgy1fswqrtyvb5g208x0ga1gd.gif)\n\n![](https://github.com/maltsugar/GYIntroductionView/blob/master/Untitled0.gif)",
"homepage": "https://github.com/maltsugar/GYIntroductionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zgy": "173678978@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/maltsugar/GYIntroductionView.git",
"tag": "1.0"
},
"source_files": [
"GYIntroductionView",
"GYIntroductionView/GYIntroductionView/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"AVFoundation"
]
}