[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / b / 0 / TTToast / 0.0.2 / TTToast.podspec.json
blobd6bc391fce685ddf1ca026cc0f609f81d348bb5d
2   "name": "TTToast",
3   "version": "0.0.2",
4   "summary": "This is a simple toast library.",
5   "homepage": "https://github.com/tattn/TTToast",
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/TTToast.git",
18     "tag": "v0.0.2"
19   },
20   "source_files": "TTToast/TTToast/*.{swift,h}",
21   "exclude_files": "Classes/Exclude",
22   "public_header_files": "TTToast/TTToast/TTToast.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "QuartzCore"
27   ],
28   "requires_arc": true