blob: 47d18d626a059beca1b7233ec0c93d1696481f58 [file] [log] [blame]
{
"name": "FSMeetingKit",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "FSMeetingKit/Classes/*.{h,m}",
"resources": "FSMeetingKit/Assets/*.{bundle}",
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64"
},
"static_framework": true,
"xcconfig": {
"ENABLE_BITCODE": "NO",
"OTHER_LDFLAGS": "-ObjC",
"VALID_ARCHS": "arm64"
},
"dependencies": {
"Masonry": [
],
"ReactiveObjC": [
],
"MJRefresh": [
],
"JLRoutes": [
],
"AFNetworking": [
]
}
}