[Add] LiveConnectUIKit_iOS 4.5.0.13
[CocoaPods.git] / Specs / 7 / f / 6 / QRCode_OC / 1.1 / QRCode_OC.podspec.json
blobf99b5227026f103e5a78d7b0d7926bc3097e47f2
2   "name": "QRCode_OC",
3   "version": "1.1",
4   "summary": "生成自定义的二维码, 整个过程只需要一行代码",
5   "description": "可以用来生成不同颜色的二维码, 主要使用👇这个方法\n+(UIImage*)qrImageForString: imageSize: Topimg: withPointType: withPositionType: withPositionColor: withCenterColor:",
6   "homepage": "https://github.com/JackZhouDou/QRCode.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "du zhou": "jackezhoumark@163.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/JackZhouDou/QRCode.git",
19     "tag": "1.1"
20   },
21   "source_files": [
22     "QRCode",
23     "QRCode/**/*"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "frameworks": "UIKit",
27   "requires_arc": true