[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / a / 4 / 8 / Crystal / 1.0.0 / Crystal.podspec.json
blob59174dd2d9eb9c07e7a2ba11cc4907decd179427
2   "name": "Crystal",
3   "version": "1.0.0",
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   "screenshots": "https://raw.githubusercontent.com/yunhao/Crystal/master/Resources/logo.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Rhett Tuan": "rhetttuan@gmail.com"
14   },
15   "swift_versions": [
16     "5.2"
17   ],
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/yunhao/Crystal.git",
23     "tag": "v1.0.0"
24   },
25   "source_files": [
26     "Sources",
27     "Sources/**/*.{h,m}"
28   ],
29   "requires_arc": true,
30   "swift_version": "5.2"