blob: 26d65daa02bda7bc739058f170a4c862b046fa4a [file] [log] [blame]
{
"name": "appstarter-pod-ios",
"version": "0.1.14",
"summary": "Utility files to get an app up and running",
"description": "Utility files containing code to get an app up and running",
"homepage": "https://github.com/gearnshaw/appstarter-pod-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gearnshaw": "g_earnshaw@hotmail.com"
},
"source": {
"git": "https://github.com/gearnshaw/appstarter-pod-ios.git",
"tag": "0.1.14"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "appstarter-pod-ios/Classes/**/*",
"resources": "appstarter-pod-ios/Resources/**/*",
"dependencies": {
"XCGLogger": [
"~> 7.0"
],
"MockBalm": [
],
"SwiftLint": [
]
},
"swift_version": "5.0"
}