[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 2 / 6 / FlexBoxKit / 0.1.0 / FlexBoxKit.podspec.json
blob3e16bf1ca7931033d89601616dda40899994ff93
2   "name": "FlexBoxKit",
3   "version": "0.1.0",
4   "summary": "iOS Flexbox layout Kit",
5   "description": "iOS Flexbox layout Kit.",
6   "homepage": "https://github.com/fengshanjian/FlexBoxKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "will",
12   "source": {
13     "git": "https://github.com/fengshanjian/FlexBoxKit.git",
14     "tag": "0.1.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "frameworks": "UIKit"
21   },
22   "source_files": "FlexBoxKit/Source/*.{h,m,swift}",
23   "dependencies": {
24     "Yoga": [
25       "~> 1.8"
26     ]
27   }