blob: 857d589cd391e66805e809e8a1a4459881216a3f [file] [log] [blame]
{
"name": "CocoaTest",
"version": "1.0.20",
"summary": "CocoaTest SDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://www.valuecommerce.co.jp/company/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"reiya.matsuki.1990.09.23@gmail.com": "reiya.matsuki.1990.09.23@gmail.com"
},
"source": {
"git": "https://github.com/reiya/CocoaTest.git",
"tag": "1.0.20"
},
"xcconfig": {
"SWIFT_OBJC_BRIDGING_HEADER": "${PODS_ROOT}/CocoaTest/VCSDK-Bridging-Header.h"
},
"platforms": {
"ios": "8.0"
},
"preserve_paths": [
"VCSDK.framework",
"VCSDK-Bridging-Header.h"
],
"source_files": [
"VCSDK.framework/Headers/*.h",
"VCSDK-Bridging-Header.h"
],
"public_header_files": [
"VCSDK.framework/Headers/*.h",
"VCSDK-Bridging-Header.h"
],
"vendored_frameworks": "VCSDK.framework"
}