[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 4 / 8 / CRToastSwift / 1.0.0-alpha.1 / CRToastSwift.podspec.json
blob083f7ccf60c61e318368e0c5423599b19162c0f8
2   "name": "CRToastSwift",
3   "version": "1.0.0-alpha.1",
4   "summary": "A CRToast wrapper library for Swift.",
5   "description": "CRToastSwift is a Swift wrapper library of CRToast.\nIt provides strongly-typed properties and enum types, and non-Singleton based APIs.\nSo you can show toast notifications briefly, easily and safely.\nAdditionally, it provides 4 custom themes for common situations, such as notifying completion of a task or occurence of an error.",
6   "homepage": "https://github.com/masahikot/CRToastSwift",
7   "license": "MIT",
8   "authors": {
9     "Masahiko Tsujita": "tsujitamasahiko.dev@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/masahikot/CRToastSwift.git",
13     "tag": "1.0.0-alpha.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "CRToast": [
23       "~> 0.0.9"
24     ]
25   }