[Add] TensorFlowLiteObjC 0.0.1-nightly.20241205
[CocoaPods.git] / Specs / a / 2 / b / JCBannerView / 0.0.4 / JCBannerView.podspec.json
blob0e4d1dca85da0bc676d1d83551eab434030a7bdc
2   "name": "JCBannerView",
3   "version": "0.0.4",
4   "summary": "Supports automatic rolling and click event.",
5   "homepage": "http://lijingcheng.github.io/",
6   "license": "MIT",
7   "authors": {
8     "lijingcheng": "bj_lijingcheng@163.com"
9   },
10   "source": {
11     "git": "https://github.com/lijingcheng/JCBannerView.git",
12     "tag": "0.0.4"
13   },
14   "social_media_url": "http://weibo.com/lijingcheng1984",
15   "requires_arc": true,
16   "source_files": "Pod/Classes/**/*",
17   "resource_bundles": {
18     "JCBannerView": [
19       "Pod/Assets/*.png"
20     ]
21   },
22   "platforms": {
23     "ios": "7.0"
24   },
25   "dependencies": {
26     "SDWebImage": [
27       "3.7.2"
28     ],
29     "Masonry": [
30       "0.6.1"
31     ]
32   }