[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 6 / 5 / QRKit / 1.0.1 / QRKit.podspec.json
blob8156a324cc5e2e2d41c6793d0ac43a1f120c9523
2   "name": "QRKit",
3   "version": "1.0.1",
4   "summary": "A framework written for iOS for beginners using QR code scanning and generating them",
5   "description": "A QR code framework written in swift for iOS that aids in generating and reading QR codes",
6   "homepage": "https://github.com/Drewdubeast/QRKit",
7   "license": "MIT",
8   "authors": {
9     "Drew Wilken": "hdwdrew@gmail.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "swift_version": "4.0",
15   "source": {
16     "git": "https://github.com/Drewdubeast/QRKit.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "QRKit/*.swift",
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "4"
22   }