blob: 9e6905338c238beb5f46736caf8845648e89520f [file] [log] [blame]
{
"name": "UIDynamicView",
"version": "0.1.7",
"summary": "Build dynamic views FAST",
"description": "\"Use this library if you want to create views FAST without creating a pesky .xib file for every single view.\"",
"dependencies": {
"OsTools": [
"~> 0.3.5"
],
"youtube-ios-player-helper": [
"~> 0.1.4"
]
},
"swift_versions": "5.0",
"homepage": "https://github.com/osfunapps/UIDynamicView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"osfunapps": "osfunapps@gmail.com"
},
"source": {
"git": "https://github.com/osfunapps/UIDynamicView.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Classes/**",
"swift_version": "5.0"
}