[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / d / 0 / c / YLOCScan / 1.0.3 / YLOCScan.podspec.json
bloba3c4b3dcca690694191d5baed99097ff90a8461c
2   "name": "YLOCScan",
3   "version": "1.0.3",
4   "summary": "Objective-C实现二维码扫描识别和生成二维码",
5   "description": "使用Manager管理以方便的调用以实现二维码扫描和结果返回,图片二维码识别,二维码生成等",
6   "homepage": "https://github.com/hoggenw/YLOCScan",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hoggenw": "253192463@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/hoggenw/YLOCScan.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "YLOCScan/Classes/**/*",
22   "resource_bundles": {
23     "YLOCScan": [
24       "YLOCScan/Assets/*.png"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "Foundation",
30     "AVFoundation"
31   ]