blob: a62c53c72b18a66beaf668d01eb793e5992eb3a1 [file] [log] [blame]
{
"name": "SimpleSource",
"version": "2.0.1",
"summary": "Composable, easy to use data sources for UITableView and UICollectionView.",
"homepage": "https://github.com/Squarespace/simple-source",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Morten Heiberg": "mheiberg@squarespace.com",
"Thor Frolich": "tfrolich@squarespace.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/Squarespace/simple-source.git",
"tag": "2.0.1"
},
"source_files": "Sources/**/*.{h,m,swift}",
"dependencies": {
"Dwifft": [
"~> 0.9.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"resources": "Tests/Model/*.xcdatamodeld",
"source_files": "Tests/**/*.swift",
"dependencies": {
"Nimble": [
],
"Quick": [
]
}
}
]
}