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/iOS/Example/Pods/Local Podspecs/Doric.podspec.json
2019-07-25 21:03:31 +08:00

25 lines
578 B
JSON

{
"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/penfeizhou/doric",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pengfei.zhou": "penfei.zhou@gmail.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",
"public_header_files": "Pod/Classes/**/*.h"
}