mirror of
https://github.com/averello/AppearanceKit.git
synced 2026-03-03 18:24:06 +01:00
31 lines
704 B
JSON
31 lines
704 B
JSON
{
|
|
"name": "AppearanceKit",
|
|
"version": "2.21",
|
|
"summary": "Change the appearance of UIKit elements.",
|
|
"description": "Change the appearance of UIKit elements, using classes that declaratively\ndescribe the appearance.",
|
|
"homepage": "https://github.com/averello/AppearanceKit",
|
|
"license": {
|
|
"type": "Apache 2.0",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"Georges Boumis": "developer.george.boumis@gmail.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/averello/AppearanceKit.git",
|
|
"tag": "2.21"
|
|
},
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
},
|
|
"source_files": "AppearanceKit/Classes/**/*",
|
|
"dependencies": {
|
|
"ContentKit": [
|
|
|
|
],
|
|
"RepresentationKit": [
|
|
|
|
]
|
|
}
|
|
}
|