[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 2 / 7 / BDInfiniteLabel / 0.8.0 / BDInfiniteLabel.podspec.json
blobf98d9415b3a6c8eb7688c6da7f041a9b89432afe
2   "name": "BDInfiniteLabel",
3   "version": "0.8.0",
4   "summary": "One-line label control that allows user to easily scroll long NSAttributedString.",
5   "description": "                       One-line label control that allows user to easily scroll long NSAttributedString.\n\n                       * Great for fitting long text in a tight one-line space\n                       * User can scroll, well, page through long text. See demo.\n                       * No support for multiple-line text\n",
6   "homepage": "https://github.com/norsez/BDInfiniteLabel",
7   "license": "MIT",
8   "authors": {
9     "Norsez Orankijanan": "norsez@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/norsez/BDInfiniteLabel.git",
13     "tag": "0.8.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BDInfiniteLabel": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "QuartzCore"
28   ]