ios-boiler-template
Version:
Boilerplate IOS with clean architecture, MMKV, Combine, Alamofire, Task, ...
30 lines (29 loc) • 712 B
JSON
{
"name": "ios-boiler-template",
"version": "1.0.40",
"description": "Boilerplate IOS with clean architecture, MMKV, Combine, Alamofire, Task, ...",
"author": "Ngoc Le lhngoc2497@gmail.com",
"license": "MIT",
"files": [
"template",
"template.config.js",
"!template/vendor/",
"!template/ios/HelloWorld/Pods/"
],
"repository": {
"type": "git",
"url": "https://github.com/ngocle2497/BoilerplateIOS"
},
"keywords": [
"ios",
"mmkv",
"clean-architecture",
"template",
"boilerplate",
"starter"
],
"bugs": {
"url": "https://github.com/ngocle2497/BoilerplateIOS/issues"
},
"homepage": "https://github.com/ngocle2497/BoilerplateIOS#readme"
}