blob: 0bfc9864d39b5e1a09954959a9dc4111c00c82da [file] [log] [blame]
{
"name": "FSMeeting",
"version": "0.1.0",
"summary": "FSMeeting SDK封装.",
"description": "FSMeeting SDK封装",
"homepage": "https://github.com/MQL9011/FSMeeting",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mccree": "301063915@qq.com"
},
"source": {
"git": "https://github.com/MQL9011/FSMeeting.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "FSMeeting/Classes/*.{h,m}",
"resources": "FSMeeting/Assets/*.{bundle}",
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64"
},
"static_framework": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"VALID_ARCHS": "arm64"
}
}