[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 4 / 2 / ARTableView / 1.0.1 / ARTableView.podspec.json
blob2e802d8cfac5ebbb5502cea1f57c08d981140490
2   "name": "ARTableView",
3   "version": "1.0.1",
4   "summary": "Adapter+Responder+Strategy+UITableView",
5   "description": "Adapter模式+基于Responder的Strategy模式封装的UITablView,将UITableView的代理方法交给Adapter管理,避免每次创建时要n多代理方法,在选中cell、滑动代理等方法用ResponderChain进行事件传递,结合Strategy消除了if-else,增加可读性",
6   "homepage": "https://github.com/onlyAngelia/YAAdapterTableViewWithResponderChain",
7   "license": "MIT",
8   "authors": "onlyAngelia",
9   "social_media_url": "https://m.weibo.cn/p/1005052683037683",
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/onlyAngelia/YAAdapterTableViewWithResponderChain.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "UIViewCategory/**/*.{h,m}",
18   "frameworks": "UIKit",
19   "requires_arc": true