Files
LabelSwitch/Example/Pods/Local Podspecs/LabelSwitch.podspec.json
T
2019-02-10 12:54:42 +09:00

23 lines
532 B
JSON

{
"name": "LabelSwitch",
"version": "0.1.5",
"summary": "Switch with label in background",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Cookiezby/LabelSwitch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cookiezby@gmail.com": "cookiezby@gmail.com"
},
"source": {
"git": "https://github.com/Cookiezby/LabelSwitch.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LabelSwitch/Classes/**/*"
}