Files
AppearanceKit-mirror/Example/Pods/Local Podspecs/AppearanceKit.podspec.json
Georges Boumis 133c4e7aaa 2.6 UIButtonAppearance has a UILabelAppearance and more properties
UILabelAppearance can now configure UILabel
2018-03-07 10:04:28 +02:00

31 lines
639 B
JSON

{
"name": "AppearanceKit",
"version": "2.6",
"summary": "Change the appearance of UIKit elements.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/averello/AppearanceKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Georges Boumis": "developer.george.boumis@gmail.com"
},
"source": {
"git": "https://github.com/averello/AppearanceKit.git",
"tag": "2.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AppearanceKit/Classes/**/*",
"dependencies": {
"ContentKit": [
],
"RepresentationKit": [
]
}
}