[Add] PingOidc 1.0.0
[CocoaPods.git] / Specs / b / 9 / 4 / BlinkLbl / 0.1.0 / BlinkLbl.podspec.json
blobf3a0a9b8780b993594df4254e422780e9ce5c5d1
2   "name": "BlinkLbl",
3   "version": "0.1.0",
4   "summary": "A UILabel subclass to blink it.",
5   "description": "Start and stop blinking the label.",
6   "homepage": "https://github.com/nakulchawla/BlinkLbl",
7   "license": "MIT",
8   "authors": {
9     "Nakul": "nakul.chawla@quovantis.com"
10   },
11   "source": {
12     "git": "https://github.com/nakulchawla/BlinkLbl.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     "BlinkLbl": [
22       "Pod/Assets/*.png"
23     ]
24   }