[Add] MapboxCommon 24.10.0-daily-2024-12-30-04-26
[CocoaPods.git] / Specs / e / d / 9 / NBLShowPicture / 0.3.1 / NBLShowPicture.podspec.json
blobe3fda0ac87d9ea96219d4de52d093b7fdca58671
2   "name": "NBLShowPicture",
3   "version": "0.3.1",
4   "summary": "全屏查看若干张图片。Show picture in full screen.",
5   "description": "全屏查看若干张图片,支持UIImage和图片url。Show picture in full screen.",
6   "homepage": "https://github.com/yjh4866/NBLShowPicture",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "杨建红": "yjh4866@163.com"
13   },
14   "source": {
15     "git": "https://github.com/yjh4866/NBLShowPicture.git",
16     "tag": "0.3.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "NBLShowPicture/Classes/**/*",
22   "resource_bundles": {
23     "NBLShowPicture": [
24       "NBLShowPicture/Assets/*.{xib,storyboard}"
25     ]
26   },
27   "public_header_files": "NBLShowPicture/Classes/*.h",
28   "dependencies": {
29     "SDWebImage": [
31     ]
32   }