blob: 5841ba13f2053aa76f65b6bc94a647c2655a68ab [file] [log] [blame]
{
"name": "iflyMSCFramework",
"version": "0.0.1",
"summary": "科大讯飞语音库.",
"homepage": "https://github.com/Pircate/iflyMSC",
"license": "MIT",
"authors": {
"Pircate": "gao497868860@gmail.com"
},
"source": {
"git": "https://github.com/Pircate/iflyMSC.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"source_files": "iflyMSC/iflyMSC.framework/Headers/*.h",
"public_header_files": "iflyMSC/iflyMSC.framework/Headers/*.h",
"vendored_frameworks": "iflyMSC/iflyMSC.framework",
"frameworks": [
"AVFoundation",
"SystemConfiguration",
"Foundation",
"CoreTelephony",
"AudioToolbox",
"UIKit",
"CoreLocation",
"Contacts",
"AddressBook",
"QuartzCore",
"CoreGraphics"
],
"libraries": [
"z",
"c++",
"icucore"
]
}