blob: 42dc88408013807231a83839ed1a552aa7ceae35 [file] [log] [blame]
{
"name": "DummyTestingPod",
"platforms": {
"ios": "7.0"
},
"summary": "This is a dummy pod created to check the module map generation.",
"requires_arc": true,
"version": "0.6.0",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"ahaseebchina01": "ahaseebchina01@gmail.com"
},
"homepage": "https://github.com/ahaseebchina01/DummyTestingPod",
"source": {
"git": "https://github.com/ahaseebchina01/DummyTestingPod.git",
"tag": "0.6.0"
},
"source_files": "DummyTestingPod/Classes/**/*",
"vendored_libraries": "DummyTestingPod/libPredictIO.a",
"public_header_files": "DummyTestingPod/Classes/**/*.h",
"preserve_paths": "DummyTestingPod/**/*.h",
"frameworks": [
"UIKit",
"CoreMotion",
"CoreLocation",
"CoreTelephony",
"AdSupport",
"AVFoundation",
"CoreBluetooth",
"SystemConfiguration",
"ExternalAccessory"
],
"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.",
"module_map": "DummyTestingPod/DummyTestingPod.modulemap",
"header_dir": "DummyTestingPod",
"module_name": "DummyTestingPod",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/mypod/DummyTestingPod"
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/mypod/DummyTestingPod"
}
}