blob: 98a45e52eb0fccd3da628b749668a39e6165dbf2 [file] [log] [blame]
{
"name": "EFUI",
"version": "2.0.0",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"summary": "基础框架核心模块",
"homepage": "https://gitlab.com/CactusProject/EFUI.git",
"authors": {
"zhaogang": "372398930@qq.com"
},
"source": {
"git": "https://gitlab.com/CactusProject/EFUI.git",
"tag": "2.0.0"
},
"requires_arc": true,
"dependencies": {
"EFNetwork": [
],
"Alamofire": [
],
"FLAnimatedImage": [
]
},
"platforms": {
"ios": "8.0"
},
"source_files": "EFUI/**/*.swift",
"resources": [
"EFUI/**/*.{png,jpg,xib,storyboard,txt,gif}"
]
}