blob: d2b1a73c4954eaffa843870046a8b9f3d5dbb313 [file] [log] [blame]
{
"name": "BaseExtension",
"version": "1.2.8",
"summary": "base extension",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/tilltue/BaseExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wade.hawk": "junhyi.park@gmail.com"
},
"source": {
"git": "https://github.com/tilltue/BaseExtension.git",
"tag": "1.2.8"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"source_files": "BaseExtension/Classes/**/*",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"RxDataSources": [
],
"XCGLogger": [
]
}
}