blob: 409281a9605d6212e26c23e7d65eaea9db3354e3 [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.4.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.4.0"
},
"source_files": "DummyTestingPod/Classes/**/*",
"vendored_libraries": "DummyTestingPod/libPredictIO.a",
"public_header_files": "DummyTestingPod/Classes/**/*",
"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."
}