blob: 563f5987935a0a7654c9399889038aa9274789be [file] [log] [blame]
{
"name": "NIMKit",
"version": "1.0.5",
"summary": "Netease IM UI Kit",
"homepage": "http://netease.im",
"license": {
"type": "Copyright",
"text": " Copyright 2016 Netease "
},
"authors": "Netease IM Team",
"source": {
"git": "https://github.com/netease-im/NIM_iOS_UIKit.git",
"tag": "1.0.5"
},
"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": "NIMKit/NIMKit/**/*.{h,m}",
"dependencies": {
"NIMKit/Core": [
],
"NIMSDK": [
"~> 3.2.0"
]
}
},
{
"name": "Lite",
"source_files": "NIMKit/NIMKit/**/*.{h,m}",
"dependencies": {
"NIMKit/Core": [
],
"NIMSDK_LITE": [
"~> 3.2.0"
]
}
},
{
"name": "Core",
"resources": "NIMKit/Resources/*.*",
"dependencies": {
"SDWebImage": [
"~> 3.8.2"
],
"Toast": [
"~> 3.0"
],
"SVProgressHUD": [
"~> 2.0.3"
],
"M80AttributedLabel": [
"~> 1.5.0"
],
"CTAssetsPickerController": [
"~> 3.3.2-alpha"
]
}
}
]
}