blob: 0690bf4702dcb4ec154ee8fbf63292c1496aaa0e [file] [log] [blame]
{
"name": "XLSlidingContainer",
"version": "1.0.0",
"summary": "Custom Container Controller to embed two independent sub controllers at the same time similar to the Instagram App.",
"homepage": "https://github.com/xmartlabs/XLSlidingContainer",
"license": "MIT",
"authors": {
"Mathias Claassen": "mathias@xmartlabs.com",
"Santiago Fernandez": "santiagofm@xmartlabs.com"
},
"social_media_url": "http://twitter.com/xmartlabs",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xmartlabs/XLSlidingContainer.git",
"tag": "v1.0.0"
},
"source_files": "XLSlidingContainer/*.{h,m}",
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
},
"requires_arc": true
}