Files
LabelSwitch/Example/Pods/Local Podspecs/LabelSwitch.podspec.json
T
2018-02-27 13:23:50 +09:00

24 lines
567 B
JSON

{
"name": "LabelSwitch",
"version": "0.1.0",
"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": {
"zhubingyi1992@gmail.com": "zhu.bingyi1992@gmail.com"
},
"source": {
"git": "https://github.com/Cookiezby/LabelSwitch.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LabelSwitch/Classes/**/*",
"swift_version": "4.0"
}