[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 3 / 6 / WaterStates / 0.2.3 / WaterStates.podspec.json
blob971e9cc63a5ecf182e234ed9a869827210269582
2   "name": "WaterStates",
3   "version": "0.2.3",
4   "summary": "Simple and ready-made states for the view controller",
5   "description": "Are you sure tired of writing the same code in all view controllers? Now you can easily and simply call up the necessary states for display, WaterStates will do the rest.\n\nInside, a StateMachine is used that determines the delay and decides when to show, hide, or skip the state display.\n\nInstructions for installation are in [the README](https://github.com/BarredEwe/WaterStates).",
6   "homepage": "https://github.com/BarredEwe/WaterStates",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BarredEwe": "grishutin@bifit.com"
13   },
14   "source": {
15     "git": "https://github.com/BarredEwe/WaterStates.git",
16     "tag": "0.2.3"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "WaterStates/Classes/**/*",
23   "resources": [
24     "WaterStates/Assets/**/*.{xib,xcassets}"
25   ],
26   "resource_bundles": {
27     "WaterStates": [
28       "WaterStates/Assets/**/*.{xib,xcassets}"
29     ]
30   },
31   "swift_version": "5.0"