[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 0 / e / QRCodeMaster / 0.0.2 / QRCodeMaster.podspec.json
blob26eb271618496c0b38fca5eaa83cae99a355fdc1
2   "name": "QRCodeMaster",
3   "version": "0.0.2",
4   "summary": "QRCodeMaster is a high level request util based on AVFoundation and CoreImage",
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   }