blob: 9d4cedc81ffad880bc43ef05375a9dd155efc2e1 [file] [log] [blame]
{
"name": "ChrisKitSpecTest",
"version": "1.0.4",
"summary": "just test",
"homepage": "http://www.baidu.com",
"license": {
"type": "Copyright",
"text": " Copyright 2016 Chris "
},
"authors": "Chris",
"source": {
"git": "https://github.com/netease-im/NIM_iOS_UIKit.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"CoreText",
"SystemConfiguration",
"AVFoundation",
"CoreTelephony",
"AudioToolbox",
"CoreMedia",
"VideoToolbox"
],
"libraries": [
"sqlite3.0",
"z",
"c++"
],
"default_subspecs": "Lite",
"subspecs": [
{
"name": "Full",
"dependencies": {
"ChrisKitSpecTest/Core": [
],
"NIMSDK": [
"~> 3.2.5"
]
},
"source_files": "NIMKit/NIMKit/**/*.{h,m}",
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/NIMSDK",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
}
},
{
"name": "Lite",
"dependencies": {
"ChrisKitSpecTest/Core": [
],
"NIMSDK_LITE": [
"~> 3.2.5"
]
},
"source_files": "NIMKit/NIMKit/**/*.{h,m}",
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/NIMSDK_LITE",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
}
},
{
"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"
]
}
}
]
}