[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 7 / f / JALFixedWidthLabel / 0.1.0 / JALFixedWidthLabel.podspec.json
blob49b34f6486440b8999a8785937aef6a590b6283f
2   "name": "JALFixedWidthLabel",
3   "version": "0.1.0",
4   "summary": "Provides `JALFixedWidthLabel` which shows text at a fixed width by showing only a configurable number of characters per row.",
5   "description": "                       Provides a `JALFixedWithLabel`, which shows text at\n                       a fixed width by showing only a configurable number of\n                       characters per row.\n",
6   "homepage": "https://github.com/jamiely/ios-fixed-width-label",
7   "screenshots": [
8     "http://jamiely.github.io/ios-fixed-width-label/screenshots/iphone4.png",
9     "http://jamiely.github.io/ios-fixed-width-label/screenshots/iphone5.png",
10     "http://jamiely.github.io/ios-fixed-width-label/screenshots/ipad.png"
11   ],
12   "license": "MIT",
13   "authors": {
14     "Jamie Ly": "jamie.ly@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/jamiely/ios-fixed-width-label.git",
18     "tag": "0.1.0"
19   },
20   "social_media_url": "https://twitter.com/jamiely",
21   "platforms": {
22     "ios": "7.0"
23   },
24   "requires_arc": true,
25   "source_files": "Pod/Classes",
26   "resource_bundles": {
27     "JALFixedWidthLabel": [
28       "Pod/Assets/*.png"
29     ]
30   }