[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / c / 0 / DSInsetLabel / 0.1.0 / DSInsetLabel.podspec.json
blob8f9bb62f6228420ea229103af3a20ae1e031cf19
2   "name": "DSInsetLabel",
3   "version": "0.1.0",
4   "summary": "Simple UILabel subclass to use padding insets and max width",
5   "description": "                       * The DSInsetLabel will let you set **padding insets** and **resize** the label while respecting the insets.\n                       * You also have the option of setting a **max width** on the label that will also respect the insets.\n",
6   "homepage": "https://github.com/thbaja/DSInsetLabel",
7   "license": "MIT",
8   "authors": {
9     "Thomas Baastrup Jacobsen": "thbaja@drysingleton.com"
10   },
11   "source": {
12     "git": "https://github.com/thbaja/DSInsetLabel.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/thomasbjacobsen",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "DSInsetLabel": [
23       "Pod/Assets/*.png"
24     ]
25   }