blob: 3eded875f97f73376e94e32192facf99063af072 [file] [log] [blame]
{
"name": "TJAvatarLoadIndicator",
"version": "0.1.0",
"summary": "Custom Image Avatar UIView with Animate Load Indicator",
"description": "A Custom UIView that has a avatar at the center and come up with load indicator.",
"homepage": "https://github.com/lostseaway/TJAvatarLoadIndicator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thunyathon Jaruchotrattanasakul": "lostseaway@me.com"
},
"source": {
"git": "https://github.com/lostseaway/TJAvatarLoadIndicator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TJAvatarLoadIndicator/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 2.0"
],
"SnapKit": [
"~> 0.15.0"
],
"RxCocoa": [
"~> 2.0"
]
}
}