blob: 18f872e952348c530f89273b35bf0ba3f8a8db6d [file] [log] [blame]
{
"name": "KSCKit",
"version": "3.8.1",
"summary": "个人开发库",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://kansc.cn",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KanSC": "kanscEmail@126.com"
},
"source": {
"git": "https://e.coding.net/KanSC/modules/KSCKit.git",
"tag": "3.8.1"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"ios": {
"vendored_frameworks": "*.framework"
},
"source_files": [
"KSCKit/Classes/**/*",
"KSCKit/Classes/**/**/*"
],
"resources": "KSCKit/**/*.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"FDFullscreenPopGesture": [
],
"DZNEmptyDataSet": [
],
"YYWebImage": [
],
"MJRefresh": [
],
"Masonry": [
],
"YYModel": [
],
"FMDB": [
]
}
}