seperate iOS project from main project

This commit is contained in:
pengfei.zhou
2019-12-04 13:29:26 +08:00
commit ca06b501d8
473 changed files with 40553 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
{
"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"
]
}
}