blob: 189b86257c68ee5189e6e6411113bf91b9ff7816 [file] [log] [blame]
{
"name": "PHTools",
"version": "0.0.1",
"summary": "我的 自定义库",
"description": "我的自定义库 swift 框架",
"homepage": "https://github.com/NFDGIT/PHTools",
"license": "Copyright (c) 2019年 NFDGIT. All rights reserved.",
"authors": {
"NFDGIT": "942261721@qq.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/NFDGIT/PHTools.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"PHTools/**/*.{swift}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SnapKit": [
"~> 4.2.0"
],
"Alamofire": [
"~> 4.7.3"
],
"SwiftyJSON": [
"~> 4.2.0"
],
"Kingfisher": [
"~> 4.10.0"
]
}
}