init iOS module

This commit is contained in:
pengfei.zhou
2019-07-25 19:26:33 +08:00
parent 40416ff3fd
commit f86e7623a2
211 changed files with 20246 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"周鹏飞": "zhoupengfei@yupaopao.cn"
},
"source": {
"git": "https://github.com/周鹏飞/Doric.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Doric/Classes/**/*"
}