[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / e / 1 / 8 / OVFetchKit / 1.0 / OVFetchKit.podspec.json
blobb61fb49cd7be394619fea1893fcd6972160319cd
2   "name": "OVFetchKit",
3   "version": "1.0",
4   "summary": "A simple way to observe NSFetchRequest data changes and update UI",
5   "description": "OVFetchKit provides tools for observing changes in fetch requests (using NSFetchedResultsController) and automatically updating you collection views such as UITableView or UICollectionView",
6   "homepage": "https://github.com/Ovrchk/OVFetchKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ovrchk": "d@ovrchk.com"
13   },
14   "source": {
15     "git": "https://github.com/Ovrchk/OVFetchKit.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "OVFetchKit/Classes/**/*"