[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / a / 9 / LQFlexLayoutKit / 0.1.1 / LQFlexLayoutKit.podspec.json
blobc34dce44104ef5200ad47b0f59ea0b53cd9eed71
2   "name": "LQFlexLayoutKit",
3   "version": "0.1.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": "8.0"
17   },
18   "ios": {
19     "frameworks": "UIKit"
20   },
21   "source": {
22     "git": "https://github.com/chy305chy/LQFlexLayoutKit.git",
23     "tag": "v0.1.1"
24   },
25   "source_files": "LQFlexLayoutKit/*.{h,m}",
26   "public_header_files": "LQFlexLayoutKit/*.h",
27   "requires_arc": true,
28   "dependencies": {
29     "Yoga": [
30       "~> 1.9"
31     ]
32   }