[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 5 / 7 / 6 / ZXBannerView / 0.1.3 / ZXBannerView.podspec.json
blobe4be2c7ca2c7e560d677fb08688e710d99221fe5
2   "name": "ZXBannerView",
3   "version": "0.1.3",
4   "summary": "A simple cycle banner view by OC, depends Masonry and SDWebimage,support touch block.",
5   "description": "TODO: ZXBannerView is a cycle banner view. You can create object by initWithFrame or direct init after then masonry make layouts. ZXBannerView use block method handle touch event, but you need confirm image and link arrays was corrected,  They were encapsulation in 'ZXBannerData' classes.,",
6   "homepage": "https://github.com/xzx951753/ZXBannerView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Xie zexin": "285644797@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xzx951753/ZXBannerView.git"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "ZXBannerView/Classes/**/*",
22   "public_header_files": "ZXBannerView/Classes/**/*.h",
23   "dependencies": {
24     "SDWebImage": [
25       "~> 4.3.3"
26     ],
27     "Masonry": [
28       "~> 1.1.0"
29     ]
30   }