[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 9 / 3 / 6 / WaterStates / 0.3.0 / WaterStates.podspec.json
blob869748057572b12bd7fef8051ddb37bf98ea9bae
2   "name": "WaterStates",
3   "version": "0.3.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.3.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"