blob: 6439c26cdc1acf67048f1f78e47b6cd5422d62a1 [file] [log] [blame]
{
"name": "WRGCodeBase",
"version": "0.1.12",
"summary": "Boilerplate code for project setup",
"description": "WRGCodeBase is a collection of code which is generic to all the projects.",
"homepage": "https://github.com/wrg-mujeeb/WRGCodeBase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mujeeb Rahman O": "mujeeb@whiterabbit.group"
},
"source": {
"git": "https://github.com/wrg-mujeeb/WRGCodeBase.git",
"tag": "0.1.12"
},
"platforms": {
"ios": "11.0"
},
"source_files": "WRGCodeBase/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
]
}