blob: 06a3334a9c66b63de3202c2b1ed90fa97c3bf23a [file] [log] [blame]
{
"name": "appstarter-pod-ios",
"version": "0.1.18",
"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.18"
},
"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"
}