[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 3 / 6 / WaterStates / 0.2.0 / WaterStates.podspec.json
blob747214f37b154545bea1f347a8863eae3af2f0c8
2   "name": "WaterStates",
3   "version": "0.2.0",
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.0"
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"