blob: cd49821b3963be42df1d7751539d5bea906bc8d3 [file] [log] [blame]
{
"name": "ElegantMoya",
"version": "0.9.0",
"summary": "Network Kit Base on Moya",
"homepage": "https://github.com/alflix/ElegantMoya",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"John": "jieyuanz24@gmail.com"
},
"source": {
"git": "https://github.com/alflix/ElegantMoya.git",
"tag": "0.9.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"Moya": [
],
"Cache": [
],
"MBProgressHUD": [
]
},
"source_files": "Source/Core/**/*.swift"
},
{
"name": "RefreshAndEmpty",
"dependencies": {
"ElegantMoya/Core": [
],
"GGUI": [
],
"PullToRefreshKit": [
],
"DZNEmptyDataSet": [
]
},
"source_files": "Source/RefreshAndEmpty/**/*.swift"
}
],
"swift_version": "5.1"
}