blob: aadefe9244c99d7aec319d892dea1a7ab496f560 [file] [log] [blame]
{
"name": "ViewStateKit",
"version": "1.0.3",
"summary": "A View State library for Swift, it returns the results for each state",
"homepage": "https://github.com/joaolfp/ViewState",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"João Lucas": "joaolucasfp2001@gmail.com"
},
"social_media_url": "https://twitter.com/lucasfp2001",
"requires_arc": true,
"frameworks": "UIKit",
"swift_versions": [
"5.0",
"5.1"
],
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/joaolfp/ViewState.git",
"tag": "1.0.3"
},
"source_files": "Sources/ViewState/**/*",
"swift_version": "5.1"
}