[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 3 / 6 / IPInsetLabel / 1.1.0 / IPInsetLabel.podspec.json
blob563b603bc22932b3115a73d5d2787bc898cea577
2   "name": "IPInsetLabel",
3   "version": "1.1.0",
4   "summary": "A simple UILabel subclass that adds padding insets and auto-height-resizing",
5   "description": "                      IPInsetLabel is a simple UILabel subclass that adds padding insets and\n                      auto-height-resizing.  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.1.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   }