[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 3 / e / FlexLib / 0.8.2 / FlexLib.podspec.json
blobdbf15ba2c53abf73af43c778d4ff7c896f6168aa
2   "name": "FlexLib",
3   "version": "0.8.2",
4   "summary": "An obj-c flex layout framework for IOS",
5   "description": "It's a layout framework based on yoga engine. The main purpose is to provide easy and fast usage.",
6   "homepage": "https://github.com/zhenglibao/FlexLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "798393829@qq.com": "798393829@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zhenglibao/FlexLib.git",
16     "tag": "0.8.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FlexLib/Classes/**/*",
22   "dependencies": {
23     "Yoga": [
25     ]
26   },
27   "libraries": "xml2",
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "/usr/include/libxml2"
30   },
31   "exclude_files": "FlexLib/Classes/GDataXMLNode.{h,m}",
32   "subspecs": [
33     {
34       "name": "no-arc",
35       "requires_arc": false,
36       "source_files": "FlexLib/Classes/GDataXMLNode.{h,m}"
37     }
38   ]