[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 8 / e / Fetchable / 0.9.1 / Fetchable.podspec.json
blob87a206401e5aab423ea15f6c09f3b1b8966e7d90
2   "name": "Fetchable",
3   "version": "0.9.1",
4   "summary": "Easy FRC-backed UITableView and UICollectionViewControllers",
5   "description": "                    Stop copy/pasting your `NSFetchedResultsControllerDelegate` implementations around!\n\n                    FRC-backed UITableView and UICollectionViewControllers in very little code.\n",
6   "homepage": "https://github.com/phatblat/Fetchable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ben Chatelain": "benchatelain@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/phatblat",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/phatblat/Fetchable.git",
20     "tag": "0.9.1"
21   },
22   "source_files": "Classes/**/*.{h,m}",
23   "frameworks": "CoreData",
24   "requires_arc": true