blob: a27b4443d1e5c74035e5868e1ca10351e7d0fa2a [file] [log] [blame]
{
"name": "NIMKit",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"resources": "NIMKit/Resources/*",
"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": {
"SDWebImage": [
"~> 3.8.2"
],
"Toast": [
"~> 3.0"
],
"SVProgressHUD": [
"~> 2.0.3"
],
"M80AttributedLabel": [
"~> 1.5.0"
],
"CTAssetsPickerController": [
"~> 3.3.2-alpha"
],
"NIMSDK": [
"~> 3.2.0"
]
}
},
{
"name": "Lite",
"source_files": "NIMKit/NIMKit/**/*.{h,m}",
"dependencies": {
"SDWebImage": [
"~> 3.8.2"
],
"Toast": [
"~> 3.0"
],
"SVProgressHUD": [
"~> 2.0.3"
],
"M80AttributedLabel": [
"~> 1.5.0"
],
"CTAssetsPickerController": [
"~> 3.3.2-alpha"
],
"NIMSDK_LITE": [
"~> 3.2.0"
]
}
}
]
}