[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 3 / 6 / WaterStates / 0.4.1 / WaterStates.podspec.json
blob6dfe2772f5132a426c5c17c642d58ba401e4a3c2
2   "name": "WaterStates",
3   "version": "0.4.1",
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.4.1"
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"