blob: 62f01b546b5337aa55217d8bb908231a733c4936 [file] [log] [blame]
{
"name": "YLT_Kit",
"version": "0.4.2",
"summary": "YLT_Kit. 基础的kit框架",
"description": "平常使用的基础kit框架封装",
"homepage": "https://github.com/YLTTeam/ylt_kit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xphaijj0305@126.com": "xiangpuhua@126.com"
},
"source": {
"git": "https://github.com/YLTTeam/ylt_kit.git",
"tag": "0.4.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "YLT_Kit/Classes/**/*",
"public_header_files": "YLT_Kit/Classes/**/*.h",
"frameworks": [
"UIKit",
"AVFoundation",
"AssetsLibrary",
"WebKit"
],
"dependencies": {
"AFNetworking": [
],
"ReactiveObjC": [
],
"Masonry": [
],
"YLT_BaseLib": [
],
"SDWebImage": [
],
"MJRefresh": [
],
"Aspects": [
]
}
}