[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 9 / 2 / WSFlexLayout / 0.0.1 / WSFlexLayout.podspec.json
blob975281111daa4307b48b126198ef4f626c06faff
2   "name": "WSFlexLayout",
3   "version": "0.0.1",
4   "summary": "FlexLayout,支持链式调用,虚拟div",
5   "description": "*链式调用\n*虚拟div\n*基于YogaKit",
6   "homepage": "https://github.com/ONECATYU/WSFlexLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ONECATYU": "786910875@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ONECATYU/WSFlexLayout.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "WSFlexLayout",
23     "WSFlexLayout/**/*.{h,m}"
24   ],
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "Yoga": [
32       "~> 1.6.0"
33     ]
34   }