[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 0 / 2 / APToast / 1.1 / APToast.podspec.json
blob7a4865eb772c91d82bb040e12642dd4999bb6f48
2   "name": "APToast",
3   "version": "1.1",
4   "summary": "A UIView category to provide rich toast notifications.",
5   "description": "APToast can display one or more toast notifications queued one by one. Toasts can be NSString objects or custom UIView class. After creating toast can be manually ejected.",
6   "homepage": "https://github.com/podkovyrin/APToast",
7   "license": "MIT",
8   "authors": {
9     "Andrew Podkovyrin": "podkovyin@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/podkovyrin/APToast.git",
13     "tag": "1.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "APToast/APToast/*.{h,m}",
19   "requires_arc": true,
20   "frameworks": "QuartzCore"