| { |
| "name": "HowToKit", |
| "version": "0.1.0", |
| "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.0" |
| }, |
| "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" |
| ] |
| } |