blob: 75f4a5269dea51c5497c5436ca21af49af08f0b4 [file] [log] [blame]
{
"name": "SimpleSource",
"version": "1.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.0",
"source": {
"git": "https://github.com/Squarespace/simple-source.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.{h,m,swift}",
"dependencies": {
"Dwifft": [
"0.7"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"resources": "Tests/Model/*.xcdatamodeld",
"source_files": "Tests/**/*.swift",
"dependencies": {
"Nimble": [
],
"Quick": [
]
}
}
]
}