blob: 050ff2cd2b100f48825440f034e7336773215769 [file] [log] [blame]
{
"name": "TABScrollingContentView",
"version": "1.0",
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"authors": {
"The App Business": "https://www.theappbusiness.com"
},
"homepage": "https://www.theappbusiness.com",
"requires_arc": true,
"summary": "A scroll view whose content size is determined based on the auto layout constraints of its subviews.",
"source": {
"git": "https://github.com/theappbusiness/TABScrollingContentView.git",
"tag": "1.0"
},
"source_files": "TABScrollingContentView/**/*.swift",
"dependencies": {
"TABSwiftLayout": [
"~> 1.0"
]
}
}