[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 5 / 3 / 6 / IPInsetLabel / 1.2.0 / IPInsetLabel.podspec.json
blob844487f3584f0ea7481a45ce62e1ee3e17d5872b
2   "name": "IPInsetLabel",
3   "version": "1.2.0",
4   "summary": "A simple UILabel subclass that adds padding insets, auto-height-resizing, and vertical alignment.",
5   "description": "                      IPInsetLabel is a simple UILabel subclass that adds padding insets, auto-height-resizing,\n                      and vertical alignment.  Originally a gist, now packaged into a Cocoapod to stay\n                      updated.\n",
6   "homepage": "https://github.com/doublerebel/IPInsetLabel",
7   "license": "Public Domain",
8   "authors": {
9     "Charles Phillips": "charles@doublerebel.com"
10   },
11   "source": {
12     "git": "https://github.com/doublerebel/IPInsetLabel.git",
13     "tag": "1.2.0"
14   },
15   "social_media_url": "https://twitter.com/doublerebel",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "IPInsetLabel": [
23       "Pod/Assets/*.png"
24     ]
25   }