blob: 0908a35f01e61ad1f6b6e94c3215d49b0b1062a1 [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.1.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.1.0"
},
"source_files": [
"DummyTestingPod/Classes/**/*"
],
"vendored_libraries": "DummyTestingPod/libPredictIOSDK.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 Pod file there will be no need to create the bridging header."
}