| { |
| "name": "essentials", |
| "version": "0.0.1", |
| "summary": "TLSolution에서 사용하는 모듈 라이브러리 입니다.", |
| "description": "TLSolution에서 진행되는 모든 프로젝트에서 기본적으로 사용되는 모듈들의 소스코드가 담겨있는 Library입니다.", |
| "homepage": "https://www.tlsolution.co.kr", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Justin Ji": "jjeui0308@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/TLCompany/Modules-iOS.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "source_files": "*.{swift}", |
| "frameworks": "UIKit", |
| "swift_version": "5.0" |
| } |