[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 7 / f / CubeEngineFoundationKit / 1.0.8 / CubeEngineFoundationKit.podspec.json
blob4b3526e84bb189cf3ae029b08432ef4978bfce28
2   "name": "CubeEngineFoundationKit",
3   "version": "1.0.8",
4   "summary": "Foundation framework",
5   "description": "A foundation framework of CubeEngine",
6   "homepage": "https://github.com/shixin-iOS/CubeEngineFoundationKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ashine": "758988371@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/shixin-iOS/CubeEngineFoundationKit.git",
16     "tag": "1.0.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CubeEngineFoundationKit/Classes/**/*",
22   "vendored_frameworks": "CubeEngineFoundationKit/Frameworks/*.framework",
23   "dependencies": {
24     "Genie": [
26     ]
27   },
28   "requires_arc": true,
29   "xcconfig": {
30     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
31     "FRAMEWORK_SEARCH_PATHS": "$(inherited)",
32     "HEADER_SEARCH_PATHS": "$(inherited)",
33     "ARCHS": "$(inherited)",
34     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup",
35     "VALID_ARCHS": "$(inherited)"
36   }