[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / d / 8 / TTScanView / 0.0.1 / TTScanView.podspec.json
blobf8f8371e99b6feb3c7e5375a5fb2ae965da112f7
2   "name": "TTScanView",
3   "version": "0.0.1",
4   "summary": "A library which shows/reads QR code or barcode easily",
5   "homepage": "https://github.com/tattn/TTScanView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tatsuya Tanaka": "tatsuyars@yahoo.co.jp"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/tattn/TTScanView.git",
18     "tag": "v0.0.1"
19   },
20   "source_files": "TTScanView/TTScanView/*.{swift,h}",
21   "public_header_files": "TTScanView/TTScanView/TTScanView.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true