[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 6 / 4 / QRCodeLibrary / 0.0.1 / QRCodeLibrary.podspec.json
blob9150c9f4bfeb5ab3c5589b1d61666776dd951010
2   "name": "QRCodeLibrary",
3   "version": "0.0.1",
4   "summary": "QRCodeLibrary is a high level request util based on AVFoundation",
5   "homepage": "https://github.com/chengshiliang/QRCodeLibrary",
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/QRCodeLibrary.git",
15     "tag": "0.0.1"
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   ],
28   "dependencies": {
29     "Masonry": [
30       "~> 1.0.2"
31     ]
32   }