[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 4 / 8 / CRToastSwift / 0.1.0 / CRToastSwift.podspec.json
blob8aee135f1370404c1b056997c64f719bbe075a8e
2   "name": "CRToastSwift",
3   "version": "0.1.0",
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": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "CRToastSwift": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit",
26   "dependencies": {
27     "CRToast": [
28       "~> 0.0.9"
29     ]
30   }