[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 1 / 9 / ASCollectionViewController / 0.1 / ASCollectionViewController.podspec.json
blob7ff32130b16052890307756db410917f90b4e927
2   "name": "ASCollectionViewController",
3   "version": "0.1",
4   "summary": "A UICollectionViewController subclass that makes working with NSFetchedResultsController, UIMenuController and UIRefreshControl easier.",
5   "description": "                      A `UICollectionViewController` subclass that makes working with `NSFetchedResultsController`, `UIMenuController` and `UIRefreshControl` easier.\n\n                      In particular it:\n\n                      * Takes care of batching together any changes to your model to update the `collectionView`. This includes call backs if you need additional logic to respond to deletions/insertions/updates/moves.\n                      * Enables long-tap menus on cells using `UIMenuItem` objects.\n                      * Add a `UIRefreshControl` control.\n",
6   "homepage": "https://github.com/nighthawk/ASCollectionViewController",
7   "license": "FreeBSD",
8   "authors": {
9     "Adrian Schoenig": "adrian.schoenig@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nighthawk/ASCollectionViewController.git",
13     "tag": "v0.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "*.{h,m}",
19   "frameworks": "CoreData",
20   "requires_arc": true,
21   "deprecated": true