[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 2 / 9 / ZYSubTitleView / 1.0.0 / ZYSubTitleView.podspec.json
blob1d58ff57e581317997e5fa19f0cb557b601cc626
2   "name": "ZYSubTitleView",
3   "version": "1.0.0",
4   "summary": "A subTitleView view used on iOS.",
5   "description": "It is a subTitleView view used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/Bogon/ZYSubTitlesView",
7   "license": "MIT",
8   "authors": {
9     "Bogon": "zhangqixcu@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Bogon/ZYSubTitlesView.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "Masonry": [
21       "~> 0.6.1"
22     ]
23   },
24   "source_files": "ZYSubTitleView/*",
25   "frameworks": [
26     "Foundation",
27     "CoreGraphics",
28     "UIKit"
29   ]