[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 3 / 7 / f / CubeEngineFoundationKit / 1.0.5 / CubeEngineFoundationKit.podspec.json
blob070ea36af9112811da3910ad4cb017c8bb3e68d8
2   "name": "CubeEngineFoundationKit",
3   "version": "1.0.5",
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.5"
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   }