[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / 7 / 4 / 3 / ZYThumbnailTableView / 1.0.5 / ZYThumbnailTableView.podspec.json
blob602728e0ab53c44f91b9e54edd5c602dbd532453
2   "name": "ZYThumbnailTableView",
3   "version": "1.0.5",
4   "summary": "A TableView not only the thumbnail Cell and it can be expanded.",
5   "description": "You can use panGesture let the tableviewCell(thumbanil) expanded, expand topView or Bottom which DIY by youself.\nand you can congure the tableview cell, topView, bottomView and update cell certainly with the Block in ZYThumbnailTableView.\nhave fun!",
6   "homepage": "https://github.com/liuzhiyi1992/ZYThumbnailTableView",
7   "license": "MIT",
8   "authors": {
9     "liuzhiyi1992": "55137840@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/liuzhiyi1992/ZYThumbnailTableView.git",
16     "tag": "1.0.5"
17   },
18   "source_files": "ZYThumbnailTableViewSource/Classes/**/*.{h,m,swift}",
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "3.0"
23   }