[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / a / f / MGECoreDataKit / 1.2.0 / MGECoreDataKit.podspec.json
blob204e960682be3c030b31060faf870107d6fd9309
2   "name": "MGECoreDataKit",
3   "version": "1.2.0",
4   "summary": "Helper classes for handle CoreData",
5   "description": "`MGECoreDataStack`: Used to encapsulate all the core data stack.\n                    `MGEQuickFRC`: This class tries to encapsulate the boilerplate code that usually is added to a view controller when using a `NSFetchedResultsController` object.  A `UITableView` or a `UICollectionView` can be assigned to instances of this class, and then will be updated on every update, insertion or deletion in the data model",
6   "homepage": "https://github.com/ManueGE/MGECoreDataKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ManueGE": "manuel@softopusgarden.com"
13   },
14   "social_media_url": "http://twitter.com/ManueGE",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/ManueGE/MGECoreDataKit.git",
20     "tag": "1.2.0"
21   },
22   "source_files": "MGECoreDataKit/MGECoreDataKit/**/*.{h,m}",
23   "requires_arc": true,
24   "public_header_files": "MGECoreDataKit/MGECoreDataKit/**/*.h",
25   "frameworks": [
26     "Foundation",
27     "CoreData"
28   ]