| { |
| "name": "AKit", |
| "version": "0.1.0", |
| "summary": "A boilerplate Swift code I'm using in all my projects.", |
| "description": "A boilerplate Swift code I'm using in all my projects. Moved to cocoapods for better maintenance.", |
| "homepage": "https://github.com/adam-leitgeb/AKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Adam Leitgeb": "leitgeb.a@icloud.com" |
| }, |
| "source": { |
| "git": "https://github.com/adam-leitgeb/AKit.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_version": "4.2", |
| "source_files": "Sources/**/*", |
| "frameworks": "UIKit" |
| } |