[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / f / d / MMCollapsibleLabel / 0.1.0 / MMCollapsibleLabel.podspec.json
blob86beabf03f22b99679510ed9f8de6f807a31ec39
2   "name": "MMCollapsibleLabel",
3   "version": "0.1.0",
4   "summary": "A collapsible UILabel.",
5   "description": "A highly customizable UILabel which is collapsible like an accordion with a Show / Hide button.",
6   "homepage": "https://github.com/manicmaniac/MMCollapsibleLabel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ryosuke Ito": "rito.0305@gmail.com"
13   },
14   "screenshots": "https://media.giphy.com/media/3oriOcw7Dx16LgUkq4/source.gif",
15   "source": {
16     "git": "https://github.com/manicmaniac/MMCollapsibleLabel.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source_files": "MMCollapsibleLabel/Classes/**/*",
23   "resource_bundles": {
24     "MMCollapsibleLabel": [
25       "MMCollapsibleLabel/Assets/MMCollapsibleLabel.xib"
26     ]
27   }