blob: 06d9e5c24405ef038c2fd86ecede03915587f9d5 [file] [log] [blame]
{
"name": "SimpleSource",
"version": "1.0.0",
"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",
"requires_arc": true,
"source": {
"git": "https://github.com/Squarespace/simple-source.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{h,m,swift}",
"module_name": "SimpleSource",
"dependencies": {
"Dwifft": [
"0.7"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift",
"dependencies": {
"Nimble": [
],
"Quick": [
]
}
}
]
}