[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 1 / TSCubeEngineFoundationKit / 1.0.2 / TSCubeEngineFoundationKit.podspec.json
blob70109b074a6a22d0d3fd9a82b2e4247fdded7937
2   "name": "TSCubeEngineFoundationKit",
3   "version": "1.0.2",
4   "summary": "Foundation framework",
5   "description": "A foundation framework of CubeEngine",
6   "homepage": "https://github.com/AshineReal/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/AshineReal/CubeEngineFoundationKit.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CubeEngineFoundationKit/Classes/**/*",
22   "vendored_frameworks": "CubeEngineFoundationKit/Frameworks/*.framework",
23   "requires_arc": true,
24   "xcconfig": {
25     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
26     "FRAMEWORK_SEARCH_PATHS": "$(inherited)",
27     "HEADER_SEARCH_PATHS": "$(inherited)",
28     "ARCHS": "$(inherited)",
29     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup",
30     "VALID_ARCHS": "$(inherited)"
31   }