blob: 79ad1a29e40e3f273dce981cce3f487e99f05d6f [file] [log] [blame]
{
"name": "SpeakPen",
"version": "0.1.12",
"summary": "SpeakPen SDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Guxiaodong941005/storyToy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guxiaodong941005": "970768639@qq.com"
},
"source": {
"git": "https://github.com/Guxiaodong941005/storyToy.git",
"tag": "0.1.12"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"libraries": "c++",
"frameworks": [
"UIKit",
"WebKit",
"CoreTelephony",
"SystemConfiguration",
"MobileCoreServices",
"AVFoundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"YYModel": [
]
},
"vendored_frameworks": "SpeakPen.framework",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}