blob: bf0f9c9af9b043fc95a2e40c899aea482b2cdba8 [file] [log] [blame]
{
"name": "ViewState",
"version": "1.0.0",
"summary": "Adds an ability to check a view controller's view state.",
"description": "Adds an ability to check a view controller's view state and also to subscribe to view state changes notifications. Also, adds several helpful properties to easily configure some complex behaviors in xibs and storyboards.",
"homepage": "https://github.com/APUtils/ViewState",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Plebanovich": "anton.plebanovich@gmail.com"
},
"source": {
"git": "https://github.com/APUtils/ViewState.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"5.1"
],
"source_files": "ViewState/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.1"
}