blob: 02fd8ef3b68f36a5dbd118f4e6f5f99ff3aac83d [file] [log] [blame]
{
"name": "GGJ_NIMKit",
"version": "0.7.0",
"summary": "Netease IM UI Kit",
"homepage": "https://github.com/ioscick",
"authors": "shenliping",
"source": {
"git": "https://github.com/ioscick/GGJ_NIMKit",
"tag": "0.7.0"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"CoreText",
"SystemConfiguration",
"AVFoundation",
"CoreTelephony",
"AudioToolbox",
"CoreMedia",
"VideoToolbox"
],
"libraries": [
"sqlite3.0",
"z",
"c++"
],
"default_subspecs": "Lite",
"subspecs": [
{
"name": "Full",
"source_files": "GGJ_NIMKit/GGJ_NIMKit/**/*.{h,m}",
"dependencies": {
"GGJ_NIMKit/Core": [
],
"NIMSDK": [
"~> 6.2.0"
]
}
},
{
"name": "Lite",
"source_files": "GGJ_NIMKit/GGJ_NIMKit/**/*.{h,m}",
"dependencies": {
"GGJ_NIMKit/Core": [
],
"NIMSDK_LITE": [
"~> 6.2.0"
]
}
},
{
"name": "Core",
"resources": "GGJ_NIMKit/Resources/*.*",
"dependencies": {
"SDWebImage": [
"~> 4.4.5"
],
"Toast": [
"~> 3.0"
],
"M80AttributedLabel": [
"~> 1.6.3"
],
"TZImagePickerController": [
"~> 3.0.7"
]
}
}
]
}