[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 5 / 0 / WIFLEX / 0.0.1 / WIFLEX.podspec.json
blob4c2c3df76b0c979fbd963f373f92c70207384c48
2   "name": "WIFLEX",
3   "version": "0.0.1",
4   "summary": "https://github.com/FLEXTool/FLEX",
5   "description": "https://github.com/FLEXTool/FLEX.",
6   "homepage": "https://github.com/huipengo/WIFLEX",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "huipeng": "penghui_only@163.com"
13   },
14   "source": {
15     "git": "https://github.com/huipengo/WIFLEX.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "Foundation"
26     ]
27   },
28   "compiler_flags": "-Wno-unsupported-availability-guard -Wno-strict-prototypes",
29   "subspecs": [
30     {
31       "name": "FLEX",
32       "source_files": "WIFLEX/Motion/*.{h,m}",
33       "dependencies": {
34         "WIFLEX/FPS": [
36         ],
37         "FLEX": [
39         ]
40       },
41       "public_header_files": [
42         "WIFLEX/Motion/*.h"
43       ]
44     },
45     {
46       "name": "FPS",
47       "source_files": "WIFLEX/FPS/*.{h,m}",
48       "public_header_files": [
49         "WIFLEX/FPS/*.h"
50       ]
51     }
52   ]