seperate iOS project from main project
This commit is contained in:
46
Example/Pods/Local Podspecs/Doric.podspec.json
generated
Normal file
46
Example/Pods/Local Podspecs/Doric.podspec.json
generated
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user