[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / b / 3 / f / UPTBlinkingLabel / 0.1.3 / UPTBlinkingLabel.podspec.json
blobd5ef1174e110317a82a1b829e714ac47960283c0
2   "name": "UPTBlinkingLabel",
3   "version": "0.1.3",
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/uptscs/UPTBlinkingLabel",
7   "license": "MIT",
8   "authors": {
9     "upendra.tripathi": "upendra.tripathi@oracle.com"
10   },
11   "source": {
12     "git": "https://github.com/uptscs/UPTBlinkingLabel.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "UPTBlinkingLabel": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "MapKit"
28   ],
29   "dependencies": {
30     "AFNetworking": [
31       "~> 2.3"
32     ]
33   }