blob: c2e805866b898bec81e9931ca7daad47597a63c7 [file] [log] [blame]
{
"name": "ComplicatedViewController",
"version": "1.0.0",
"summary": "ComplicatedViewController iOS ViewController in pure Swift",
"description": "一个复杂界面的简单实现工具",
"homepage": "https://github.com/yiliazhang/ComplicatedViewController",
"license": "MIT",
"authors": {
"yilia.zhang": "yilia_zhang_0825@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/yiliazhang/ComplicatedViewController.git",
"tag": "1.0.0"
},
"source_files": "ComplicatedViewController/**/*.{h,swift}",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"Moya": [
],
"IGListKit": [
]
},
"swift_version": "4.1"
}