blob: effde11fdb6238a3b7b8bf6da294142134bcfeee [file] [log] [blame]
{
"name": "ZJKVisit",
"version": "0.1.4",
"summary": "一个小的Demo,仅限个人娱乐.",
"description": "TODO: Add long description of the pod here. 仅限个人娱乐,仅供个人娱乐",
"homepage": "https://github.com/sweetkk/ZJKVisit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"k721684713@163.com": "k721684713@163.com"
},
"source": {
"git": "https://github.com/sweetkk/ZJKVisit.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ZJKVisit/Classes/**/*",
"public_header_files": "ZJKVisit/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "WebView",
"source_files": "ZJKVisit/Classes/WebView/**/*",
"public_header_files": "ZJKVisit/Classes/WebView/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}
]
}