blob: 2c90f5202982a6f7add4e1e4eae0871b7231df70 [file] [log] [blame]
{
"name": "XLSlidingContainer",
"version": "2.0.0",
"summary": "Custom container controller that embeds two independent view controllers allowing to easily maximize any of them using gestures.",
"homepage": "https://github.com/xmartlabs/XLSlidingContainer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xmartlabs SRL": "swift@xmartlabs.com"
},
"source": {
"git": "https://github.com/xmartlabs/XLSlidingContainer.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/xmartlabs",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
]
},
"pushed_with_swift_version": "3.0"
}