[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 0 / a / NCToast / 0.1 / NCToast.podspec.json
blob92a8f9fbe602b42f6b2b44441f3e466cba9a1373
2   "name": "NCToast",
3   "version": "0.1",
4   "summary": "A marquee view used on iOS.",
5   "description": "It is a marquee view used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/LINAICAI/NCToast",
7   "license": "MIT",
8   "authors": {
9     "李柰财": "linaicai2012@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/LINAICAI/NCToast.git",
13     "tag": "0.1"
14   },
15   "platforms": {
16     "ios": "4.3"
17   },
18   "requires_arc": true,
19   "source_files": "NCToast/*",
20   "frameworks": [
21     "Foundation",
22     "CoreGraphics",
23     "UIKit"
24   ]