blob: 288617242bc591f00e01007ce69839f3b23af821 [file] [log] [blame]
{
"name": "SampleTestFW",
"version": "0.0.3",
"summary": "A really cool SDK that logs stuff.",
"homepage": "https://github.com/Satishmuttavarpu/SampleFrameWork",
"license": {
"type": "Copyright",
"text": " Copyright 2018 SampleTestFW, Inc. All rights reserved.\n"
},
"authors": "Satishmuttavarapu",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Satishmuttavarpu/SampleFrameWork.git",
"tag": "0.0.3"
},
"ios": {
"vendored_frameworks": "SampleTestFW.framework"
},
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/SampleTestFW\"",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/SampleTestFW\""
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
}
}