Files
AppearanceKit-mirror/Example/Pods/Local Podspecs/AppearanceKit.podspec.json
2018-09-25 15:46:50 +03:00

31 lines
641 B
JSON

{
"name": "AppearanceKit",
"version": "2.16",
"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.16"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AppearanceKit/Classes/**/*",
"dependencies": {
"ContentKit": [
],
"RepresentationKit": [
]
}
}