[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 0 / 2 / APToast / 1.2 / APToast.podspec.json
blobeaa301864b91977330c9fc0f944d87800801592c
2   "name": "APToast",
3   "version": "1.2",
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.2"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "APToast/APToast/*.{h,m}",
19   "requires_arc": true,
20   "frameworks": "QuartzCore"