[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 6 / f / 1 / BlinkingLabel / 0.1.0 / BlinkingLabel.podspec.json
blob61007032582791478d19eb2bb760d4c647dda121
2   "name": "BlinkingLabel",
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.\n",
6   "homepage": "https://github.com/obuseme/BlinkingLabel",
7   "license": "MIT",
8   "authors": {
9     "Andy Obusek": "andyo@aweber.com"
10   },
11   "source": {
12     "git": "https://github.com/obuseme/BlinkingLabel.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     "BlinkingLabel": [
22       "Pod/Assets/*.png"
23     ]
24   }