[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / a / 4 / DirectionBannerView / 0.0.1 / DirectionBannerView.podspec.json
blob12a2517e16753085acabae7a1071030994424bca
2   "name": "DirectionBannerView",
3   "version": "0.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://git.oschina.net/smithgoo/cocoapodsexample.git",
7   "license": "MIT",
8   "authors": {
9     "王朋": "294336370@qq.com"
10   },
11   "source": {
12     "git": "https://git.oschina.net/smithgoo/cocoapodsexample.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "9"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "testView",
21     "testView/**/*.{h,m}"
22   ],
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ]