blob: a58732ddc1a8333ce1be18fbbef2e9869ed01515 [file] [log] [blame]
{
"name": "MSToolKit",
"version": "1.0.0",
"summary": "A library of UI components to speed up iOS development.",
"description": "This is a library of UI related extensions and components to prevent code pollution and duplication when building common elements.",
"homepage": "https://github.com/manthan98/MSToolKit",
"license": "MIT",
"authors": {
"Manthan Shah": "manthan711@gmail.com"
},
"platforms": {
"ios": "12.1"
},
"source": {
"git": "https://github.com/manthan98/MSToolKit.git",
"tag": "1.0.0"
},
"source_files": [
"MSToolKit",
"MSToolKit/**/*.{h,m}"
]
}