blob: 52106d69d9be3718872c235804e4a7a53b4cefeb [file] [log] [blame]
{
"name": "ContainerCollection",
"version": "1.0.0",
"summary": "Rendering engine to easily stack views in different layouts",
"description": "This framework enables to embed view controllers into table view or collection view cells, thus providing a rendering system to create complex layouts by implement smaller components as usual view controllers.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://www.wearemobilefirst.com",
"authors": {
"Pere Daniel Prieto": "pere@wearemobilefirst.com",
"Christian Aranda": "christian@wearemobilefirst.com",
"Francesco Deliro": "francesco@wearemobilefirst.com",
"Daniel Daverio": "daniel@wearemobilefirst.com",
"Lee Higgins": "lee@wearemobilefirst.com"
},
"source": {
"git": "https://github.com/WAMF/ContainerCollection.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"swift_versions": "4.2",
"ios": {
"source_files": [
"ContainerCollection/Common/**/*.{h,m,swift,storyboard}",
"ContainerCollection/iOS/**/*.{h,m,swift,storyboard}"
]
},
"tvos": {
"source_files": [
"ContainerCollection/Common/**/*.{h,m,swift,storyboard}",
"ContainerCollection/tvOS/**/*.{h,m,swift,storyboard}"
]
},
"swift_version": "4.2"
}