[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 5 / d / e / ABFRealmMapView / 1.3 / ABFRealmMapView.podspec.json
blob6c0ac508f5d7d034dba101a9a6c7fc776e72da2b
2   "name": "ABFRealmMapView",
3   "version": "1.3",
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": "v1.3"
20   },
21   "source_files": "ABFRealmMapView/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "RBQFetchedResultsController": [
25       ">= 2.0"
26     ],
27     "Realm": [
28       ">= 0.95"
29     ]
30   }