blob: be8791da11ca365fe181bcaab37c03372ea5a3a6 [file] [log] [blame]
{
"name": "ASCore",
"version": "1.0.0",
"summary": "Utilities and Extensions commonly used in daily development",
"homepage": "https://github.com/qiancaox/ASKit",
"license": "MIT",
"authors": {
"Amt Super": "qiancaoxiang@163.com"
},
"source": {
"git": "https://github.com/qiancaox/ASKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "Utilities",
"source_files": "ASCore/Utilities/*.swift"
},
{
"name": "Extensions",
"source_files": "ASCore/Extensions/*.swift",
"dependencies": {
"ASCore/Utilities": [
]
}
},
{
"name": "Keychain",
"source_files": "ASCore/Keychain/*.swift",
"dependencies": {
"SAMKeychain": [
"~>1.5.3"
]
}
},
{
"name": "Networking",
"source_files": "ASCore/Networking/*.swift",
"dependencies": {
"Moya/RxSwift": [
"~>13.0.1"
],
"HandyJSON": [
"~>5.0.2"
]
}
},
{
"name": "ReactiveX_Swift",
"source_files": "ASCore/ReactiveX_Swift/*.swift",
"dependencies": {
"RxCocoa": [
"~>4.5.0"
]
}
}
],
"swift_version": "5.0"
}