blob: 913d07e77cbf1d4de63ba71c2d737d7e28eeb143 [file] [log] [blame]
{
"name": "Crystal",
"version": "0.0.2",
"summary": "A lightweight and intuitive theme manager for iOS.",
"description": "Crystal is a lightweight and intuitive theme manager for iOS. It takes advantage of Swift’s features to provide an easy-to-use interface. With Crystal, you can integrate themes into your app with confidence and flexibility.\n\n- **Flexible**: Crystal is compitible with any object, not just built-in UI components. You can use Crystal anywhere.\n- **Friendly**: Apply themes in a way you're familiar with, and no additional property APIs will make you confused and distracted.\n- **Simple**: Adding a theme is as simple as creating an instance. It's easy to maintain your themes with Crystal.\n- **Type Safe**: Take full advantage of swift's type safety. Apply your theme with confidence and benefit from compile-time check.",
"homepage": "https://github.com/yunhao/Crystal",
"screenshots": "https://raw.githubusercontent.com/yunhao/Crystal/master/Resources/logo.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rhett Tuan": "rhetttuan@gmail.com"
},
"swift_versions": [
"5.2"
],
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/yunhao/Crystal.git",
"tag": "v0.0.2"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m}"
],
"requires_arc": true,
"swift_version": "5.2"
}