blob: a8562a63b986f899c5f46e316c0b2cff5995d8d0 [file] [log] [blame]
{
"name": "Xcode-Starter-Template",
"version": "0.1.0",
"summary": "Useful utils and helpers for Xcode iOS initial Setup.",
"description": "Xcode-Starter-Template is a helper tool that aims to serve as a starting point for iOS applications, by providing the foundations for many of the common functionalities a modern application requires, as well as be a repository for those small utils and helpers that make application development easier.",
"homepage": "https://github.com/avadhesh12345678/Xcode-Starter-Template",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xcode-Starter-Template": "avadhesh.sharma@mobileprogrammingllc.com"
},
"source": {
"git": "https://github.com/avadhesh12345678/Xcode-Starter-Template.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "Xcode-Starter-Template/Classes/**/*"
}