[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / d / b / LCTitleView / 1.0.1 / LCTitleView.podspec.json
blob505faf37945b6653a3fa53dd70fc63db03d02e8e
2   "name": "LCTitleView",
3   "version": "1.0.1",
4   "summary": "常用的标题视图 Simple title view",
5   "homepage": "https://github.com/bawn/LCTitleView",
6   "license": "MIT",
7   "authors": {
8     "bawn": "lc5491137@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/bawn/LCTitleView.git",
12     "tag": "1.0.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "LCTitleView/*.{h,m}",
19   "dependencies": {
20     "Masonry": [
21       "~> 0.6.0"
22     ]
23   }