blob: 3ab13036424f965da63e01abc980929bd5ea238b [file] [log] [blame]
{
"name": "SSDataSources",
"version": "0.2.3",
"summary": "Simple data sources for your UITableView and UICollectionView.",
"homepage": "https://github.com/splinesoft/SSDataSources",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Hersh": "jon@her.sh"
},
"source": {
"git": "https://github.com/splinesoft/SSDataSources.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SSDataSources/*.{h,m}",
"frameworks": [
"UIKit",
"CoreData"
]
}