blob: 46630a982762ec195d8abdc80c03def7fcb47a4e [file] [log] [blame]
{
"name": "NIMKit",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Lite",
"subspecs": [
{
"name": "Full",
"source_files": "NIMKit/NIMKit/**/*.{h,m}",
"resources": "NIMKit/Resources/*",
"frameworks": [
"CoreText",
"SystemConfiguration",
"AVFoundation",
"CoreTelephony",
"AudioToolbox",
"CoreMedia",
"VideoToolbox"
],
"libraries": [
"sqlite3.0",
"z",
"c++"
],
"dependencies": {
"SDWebImage": [
],
"Toast": [
],
"SVProgressHUD": [
],
"M80AttributedLabel": [
],
"CTAssetsPickerController": [
],
"NIMSDK": [
"~> 3.2.0"
]
}
},
{
"name": "Lite",
"source_files": "NIMKit/NIMKit/**/*.{h,m}",
"resources": "NIMKit/Resources/*",
"frameworks": [
"CoreText",
"SystemConfiguration",
"AVFoundation",
"CoreTelephony",
"AudioToolbox",
"CoreMedia",
"VideoToolbox"
],
"libraries": [
"sqlite3.0",
"z",
"c++"
],
"dependencies": {
"SDWebImage": [
],
"Toast": [
],
"SVProgressHUD": [
],
"M80AttributedLabel": [
],
"CTAssetsPickerController": [
],
"NIMSDK_LITE": [
"~> 3.2.0"
]
}
}
]
}