[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 1 / 4 / Zelda / 0.2.0 / Zelda.podspec.json
blob1060bf8607ab03e1412ddaf5dba73871ecfdeb68
2   "name": "Zelda",
3   "version": "0.2.0",
4   "summary": "Zelda是一个支持链式语法的FlexBox布局库。",
5   "description": "Zelda是一个支持链式语法的FlexBox布局库,是针对YogaKit的二次封装,可以快速的让iOS原生开发人员使用FlexBox技术进行\nUI布局。",
6   "homepage": "https://github.com/ljunb/Zelda",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ljunb": "824771861@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ljunb/Zelda.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Zelda/Classes/**/*",
22   "dependencies": {
23     "YogaKit": [
24       "~> 1.7"
25     ]
26   }