blob: 3e22bc667f71168558bd9def06fd8e51d67922f3 [file] [log] [blame]
{
"name": "ARTableView",
"version": "1.0.0",
"summary": "Adapter+Responder+Strategy+UITableView",
"description": "Adapter模式+基于Responder的Strategy模式封装的UITablView,将UITableView的代理方法交给Adapter管理,避免每次创建时要n多代理方法,在选中cell、滑动代理等方法用ResponderChain进行事件传递,结合Strategy消除了if-else,增加可读性",
"homepage": "https://github.com/onlyAngelia/YAAdapterTableViewWithResponderChain",
"license": {
"type": "Apache License, Version 2.0",
"text": "Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\nhttp://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n"
},
"authors": "onlyAngelia",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/onlyAngelia/YAAdapterTableViewWithResponderChain.git",
"tag": "1.0.0"
},
"source_files": "UIViewCategory/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}