[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / a / 9 / LQFlexLayoutKit / 0.0.1 / LQFlexLayoutKit.podspec.json
blob9ab554c9c515e3c70b0d145773f410ea1c30dbe6
2   "name": "LQFlexLayoutKit",
3   "version": "0.0.1",
4   "summary": "An iOS flex layout kit based on facebook's Yoga framework.",
5   "description": "LQFlexLayoutKit is based on facebook's Yoga framework, it expand YogaKit's function, such as async layout and dynamic tableview cell height etc.",
6   "homepage": "https://github.com/chy305chy/LQFlexLayoutKit",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cuilanqing": "cuilanqing1990@163.com"
13   },
14   "social_media_url": "https://chy305chy.github.io/",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/chy305chy/LQFlexLayoutKit.git",
20     "tag": "v0.0.1"
21   },
22   "source_files": "LQFlexLayoutKit/*.{h,m}",
23   "public_header_files": "LQFlexLayoutKit/*.h",
24   "requires_arc": true,
25   "dependencies": {
26     "Yoga": [
27       "~> 1.9.0"
28     ]
29   }