[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / b / 9 / SZBlinkingLabel / 0.1.0 / SZBlinkingLabel.podspec.json
blob719fe229b7865cb6c0d75228e95de040bb831e3f
2   "name": "SZBlinkingLabel",
3   "version": "0.1.0",
4   "summary": "A subclass on UILabel that provides a blink.",
5   "description": "This CocoaPod provides the ability to use a UILabel that may be started and stopped blinking.",
6   "homepage": "https://github.com/zhangxiaolian1991/SZBlinkingLabel",
7   "license": "MIT",
8   "authors": {
9     "Suric Zhang": "372081349@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/zhangxiaolian1991/SZBlinkingLabel.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SZBlinkingLabel": [
22       "Pod/Assets/*.png"
23     ]
24   }