blob: 818ca3a6318206ac97ffe5c6294f79a2250412cd [file] [log] [blame]
{
"name": "TLSModules",
"version": "1.0.14",
"summary": "TLSolution에서 사용하는 모듈 라이브러리 입니다.",
"description": "TLSolution에서 진행되는 모든 프로젝트에서 기본적으로 사용되는 모듈들의 소스코드가 담겨있는 Library입니다.",
"homepage": "https://www.tlsolution.co.kr",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jjeui0308@gmail.com": "jjeui0308@gmail.com"
},
"source": {
"git": "https://github.com/TLCompany/TLSModules-iOS.git",
"tag": "1.0.14"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source_files": "Source/**/*",
"ios": {
"resource_bundles": {
"TLSModules": [
"Resources/**/*.xcassets"
]
}
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"Alamofire": [
]
},
"swift_version": "5.0"
}