2 "name": "DummyTestingPod",
6 "summary": "This is a dummy pod created to check the module map generation.",
10 "type": "Apache License, Version 2.0",
14 "ahaseebchina01": "ahaseebchina01@gmail.com"
16 "homepage": "https://github.com/ahaseebchina01/DummyTestingPod",
18 "git": "https://github.com/ahaseebchina01/DummyTestingPod.git",
22 "DummyTestingPod/Classes/**/*",
23 "DummyTestingPod/PredictIO.modulemap"
25 "vendored_libraries": "DummyTestingPod/libPredictIO.a",
26 "public_header_files": "DummyTestingPod/Classes/**/*.h",
27 "preserve_paths": "DummyTestingPod/DummyTestingPod.modulemap",
36 "SystemConfiguration",
39 "description": "This is a dummy pod used to check the module map generation so that when ever in swift project use_frameworks is written in Podfile there will be no need to create the bridging header.",
40 "module_map": "DummyTestingPod/DummyTestingPod.modulemap",
41 "header_dir": "DummyTestingPod",
42 "module_name": "DummyTestingPod",
44 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/mypod/DummyTestingPod"
46 "pod_target_xcconfig": {
47 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/mypod/DummyTestingPod"