[Add] PooTools 1.9.56
[CocoaPods.git] / Specs / c / f / 4 / KZ_QRCode / 0.1.2 / KZ_QRCode.podspec.json
blob1273c37d02cf19d7df3bfbebe10bcb01bb5c0b01
2   "name": "KZ_QRCode",
3   "version": "0.1.2",
4   "summary": "iOS QRCode.",
5   "homepage": "https://github.com/KieronZhang/KZ_QRCode",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "KieronZhang": "https://github.com/KieronZhang"
12   },
13   "source": {
14     "git": "https://github.com/KieronZhang/KZ_QRCode.git",
15     "tag": "0.1.2",
16     "submodules": true
17   },
18   "xcconfig": {
19     "OTHER_LDFLAGS": "-ObjC"
20   },
21   "requires_arc": true,
22   "ios": {
23     "frameworks": [
24       "Foundation",
25       "UIKit",
26       "AVFoundation"
27     ],
28     "vendored_frameworks": "KZ_QRCode/KZ_QRCode_iOS.framework"
29   },
30   "platforms": {
31     "ios": "8.0"
32   }