blob: 1baf6c0f55da77ccbd86a8bf521e60ee414bff17 [file] [log] [blame]
{
"name": "ISESDK",
"version": "0.0.1",
"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.0.1"
},
"vendored_frameworks": "ISESDK/iflyMSC.framework",
"source_files": "ISESDK/**/*",
"frameworks": [
"CoreLocation",
"CoreTelephony",
"AVFoundation",
"AudioToolbox",
"SystemConfiguration",
"QuartzCore",
"CoreGraphics"
],
"libraries": [
"z",
"c++"
],
"requires_arc": true
}