blob: c5e9b54ff35593bd0e90261e3ba23f147def3d3d [file] [log] [blame]
{
"name": "HowToKit",
"version": "0.1.1",
"summary": "HowToKit is the basis of the How-to-iOS series iOS apps.",
"description": "HowToKit is part of the How-to-iOS series on GitHub. Every project should have an example app with HowToKit as its basis",
"homepage": "https://github.com/How-to-iOS/HowToKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zagahr": "zagahr.mail@googlemail.com"
},
"source": {
"git": "https://github.com/How-to-iOS/HowToKit.git",
"tag": "0.1.1"
},
"social_media_url": "https://github.com/How-to-iOS",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source_files": "HowToKit/Classes/**/*",
"resources": [
"HowToKit/Assets/*.xcassets"
]
}