blob: 08a36e754cddc82f2349f718f232fbadf047d902 [file] [log] [blame]
{
"name": "HowToKit",
"version": "0.1.3",
"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.3"
},
"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"
],
"resource_bundles": {
"SampleData": [
"HowToKit/Resources/*"
]
}
}