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