[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 4 / QRCodeLibrary / 0.0.2 / QRCodeLibrary.podspec.json
blob013df64ad0db1bf8fd23d782932c044f77a42fca
2   "name": "QRCodeLibrary",
3   "version": "0.0.2",
4   "summary": "QRCodeLibrary is a high level request util based on AVFoundation",
5   "homepage": "https://github.com/chengshiliang/QRCode-master",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "chengshiliang": "285928582@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/chengshiliang/QRCode-master.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "QRCodeLibrary/*.{h,m}",
21   "resources": "Bundle/*",
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "AVFoundation",
27     "CoreImage"
28   ],
29   "dependencies": {
30     "Masonry": [
31       "~> 1.0.2"
32     ]
33   }