[Add] AdPopcornSSP 2.9.1
[CocoaPods.git] / Specs / 6 / 0 / 2 / APToast / 1.0 / APToast.podspec.json
blob6a5e873e8226a366f749b923d07855002151b061
2   "name": "APToast",
3   "version": "1.0",
4   "summary": "A UIView category to provide rich toast notifications.",
5   "description": "APToast can display one or more toast notifications queued one by one, by providing NSString objects or custom UIView as toast. ",
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.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "APToast/APToast/*.{h,m}",
19   "requires_arc": true,
20   "frameworks": "QuartzCore"