[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / f / 0 / e / RogueKit / 1.0.0 / RogueKit.podspec.json
blobacc7d9f221e43e923411e5c9401a5d13868e7331
2   "name": "RogueKit",
3   "version": "1.0.0",
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/RogueAndy/RogueKit",
7   "license": "MIT",
8   "authors": {
9     "RogueAndy": "619455850@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/RogueAndy/RogueKit.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "4.3"
17   },
18   "requires_arc": true,
19   "source_files": "RogueKit/*.{h,m}",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "dependencies": {
25     "MBProgressHUD": [
27     ]
28   }