blob: b61fb49cd7be394619fea1893fcd6972160319cd [file] [log] [blame]
{
"name": "OVFetchKit",
"version": "1.0",
"summary": "A simple way to observe NSFetchRequest data changes and update UI",
"description": "OVFetchKit provides tools for observing changes in fetch requests (using NSFetchedResultsController) and automatically updating you collection views such as UITableView or UICollectionView",
"homepage": "https://github.com/Ovrchk/OVFetchKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ovrchk": "d@ovrchk.com"
},
"source": {
"git": "https://github.com/Ovrchk/OVFetchKit.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OVFetchKit/Classes/**/*"
}