[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 4 / 8 / Crystal / 0.0.1 / Crystal.podspec.json
blob8ba792b78c58f3b0df4daf2c67d9f90651e939b6
2   "name": "Crystal",
3   "version": "0.0.1",
4   "summary": "A lightweight and intuitive theme manager for iOS.",
5   "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.",
6   "homepage": "https://github.com/yunhao/Crystal",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rhett Tuan": "rhetttuan@gmail.com"
13   },
14   "swift_versions": [
15     "5.2"
16   ],
17   "platforms": {
18     "ios": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/yunhao/Crystal.git",
22     "tag": "v0.0.1"
23   },
24   "source_files": [
25     "Sources",
26     "Sources/**/*.{h,m}"
27   ],
28   "exclude_files": "Classes/Exclude",
29   "requires_arc": true,
30   "swift_version": "5.2"