[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / a / 8 / QRCode / 0.5 / QRCode.podspec.json
blob9f74126b504039b24c0d1272ddf65840e7746f14
2   "name": "QRCode",
3   "version": "0.5",
4   "summary": "A QRCode generator written in Swift.",
5   "description": "Generate QRCodes and customize their appearance.",
6   "homepage": "https://github.com/aschuch/QRCode",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Schuch": "alexander@schuch.me"
13   },
14   "social_media_url": "http://twitter.com/schuchalexander",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/aschuch/QRCode.git",
20     "tag": "0.5"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "QRCode/QRCode.swift",
25     "QRCode/UIImageViewExtension.swift",
26     "QRCode/CIColorExtension.swift"
27   ]