blob: dd9628c3a2e2fad596bda679e0f03e021895e05a [file] [log] [blame]
{
"name": "ISESDK",
"version": "0.1.0",
"summary": "讯飞SDK评测简单封装(自用)",
"homepage": "https://github.com/duxinfeng/ISESDK",
"license": "MIT",
"authors": {
"Xinfeng Du": "duxinfeng99@gmail.com"
},
"social_media_url": "https://github.com/duxinfeng",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/duxinfeng/ISESDK.git",
"tag": "0.1.0"
},
"vendored_frameworks": "iflyMSC.framework",
"source_files": [
"*.{h,m}",
"ISEResults/*.{h,m}"
],
"frameworks": [
"CoreLocation",
"CoreTelephony",
"AVFoundation",
"AudioToolbox",
"SystemConfiguration",
"QuartzCore",
"CoreGraphics"
],
"libraries": [
"z",
"c++"
],
"requires_arc": true,
"subspecs": [
{
"name": "ISEResults",
"source_files": "ISEResults/*.{h,m}"
}
]
}