This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/Example/Pods/Local Podspecs/Doric.podspec.json

47 lines
888 B
JSON
Raw Normal View History

2019-12-04 13:29:26 +08:00
{
"name": "Doric",
"version": "0.1.0",
"summary": "A short description of Doric.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/doric-pub/doric",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"pengfei.zhou": "pengfeizhou@foxmail.com"
},
"source": {
"git": "git@github.com:penfeizhou/doric.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/**/*",
"resources": "Pod/Assets/*.js",
"resource_bundles": {
"Doric": [
"Pod/Assets/**/*"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"YYWebImage": [
"~>1.0.5"
],
"YYImage/WebP": [
],
"SocketRocket": [
"~> 0.5.1"
],
"GCDWebServer": [
"~> 3.0"
],
"YYCache": [
"~> 1.0.4"
]
}
}