blob: a376781a3773d2b426e07815c29514c19194d17e [file] [log] [blame]
{
"name": "EFCore",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"summary": "基础框架核心模块",
"homepage": "https://gitlab.com/CactusProject/EFCore.git",
"authors": {
"zhaogang": "372398930@qq.com"
},
"source": {
"git": "https://gitlab.com/CactusProject/EFCore.git",
"tag": "1.0.0"
},
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
],
"SwiftWebP": [
],
"SwiftKeychainWrapper": [
]
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Extensions",
"source_files": "EFCore/Extensions/**/*.swift"
},
{
"name": "Utils",
"source_files": "EFCore/Utils/**/*.swift"
}
]
}