blob: f9288bc98ab006ac03d08fa1ee820eff1bef634d [file] [log] [blame]
{
"name": "CaamDauNet",
"version": "2.0.0",
"summary": "CaamDau 系列产品:网络层 Alamofire 、SwiftyJSON、Cache、Codable 扩展.",
"description": "TODO: CaamDau 系列产品:iOS 便捷开发套件 Swift 版:iOS项目开发通用&非通用型模块代码,多功能组件,可快速集成使用以大幅减少基础工作量;便利性扩展&链式扩展、UI排班组件Form、正则表达式扩展RegEx、计时器管理Timer、简易提示窗HUD、AppDelegate解耦方案、分页控制Page、自定义导航栏Net、阿里矢量图标管理IconFonts、MJRefresh扩展、Alamofire扩展......\n附.各种类库使用示例demo.",
"homepage": "https://github.com/CaamDau",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liucaide": "565726319@qq.com"
},
"source": {
"git": "https://github.com/CaamDau/Net.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.1"
],
"default_subspecs": "Core",
"frameworks": "Foundation",
"subspecs": [
{
"name": "Core",
"source_files": "Net/Core/*",
"dependencies": {
"Alamofire": [
"4.9.1"
],
"CaamDauExtension": [
]
}
},
{
"name": "All",
"dependencies": {
"CaamDauNet/Core": [
],
"CaamDauNet/SwiftyJSON": [
],
"CaamDauNet/Cache": [
],
"CaamDauNet/Codable": [
]
}
},
{
"name": "SwiftyJSON",
"source_files": "Net/SwiftyJSON/*.{swift}",
"dependencies": {
"CaamDauNet/Core": [
],
"SwiftyJSON": [
]
}
},
{
"name": "Cache",
"source_files": "Net/Cache/*.{swift}",
"dependencies": {
"CaamDauNet/Core": [
],
"Cache": [
]
}
},
{
"name": "Codable",
"source_files": "Net/Codable/*.{swift}",
"dependencies": {
"CaamDauNet/Core": [
],
"CleanJSON": [
]
}
}
],
"swift_version": "5.1"
}