[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / e / ABFRealmMapView / 2.0 / ABFRealmMapView.podspec.json
blobd92d8e194739f45627591ef83c372e6f85e90bf6
2   "name": "ABFRealmMapView",
3   "version": "2.0",
4   "summary": "Drop-in clustering map interface for Realm objects",
5   "description": "The ABFRealmMapView class creates an interface object that inherits MKMapView and manages fetching and displaying annotations for a Realm object class that contains coordinate data.",
6   "homepage": "https://github.com/bigfish24/ABFRealmMapView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam Fish": "af@realm.io"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/bigfish24/ABFRealmMapView.git",
19     "tag": "v2.0"
20   },
21   "source_files": "ABFRealmMapView/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "RBQFetchedResultsController": [
25       ">= 2.0"
26     ],
27     "Realm": [
28       ">= 0.98"
29     ],
30     "RBQSafeRealmObject": [
32     ]
33   }