blob: 90ad961997f5074c198ea2711a8e0adbc5bef049 [file] [log] [blame]
{
"name": "AttachExtensions",
"version": "0.1.0",
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"summary": "UIViewController extensions for attach & detach objects.",
"description": "* Attach any object dynamically.\n* Keep lifecycle of attached objects & view controller together.",
"homepage": "https://github.com/congncif/AttachExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CONG NGUYEN CHI": "congnc.if@gmail.com"
},
"source": {
"git": "https://github.com/congncif/AttachExtensions.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*.swift",
"swift_version": "5.3"
}