blob: 5bc7732241513d886390ff2d245fba11c82f0241 [file] [log] [blame]
{
"name": "SSDataSources",
"version": "0.3.0",
"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.3.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SSDataSources/*.{h,m}",
"frameworks": [
"UIKit",
"CoreData"
]
}