[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / 3 / 1 / GPlaceAPI / 2.0.2 / GPlaceAPI.podspec.json
blob5a697639d8c486794f9ae120956dcce4e1373176
2   "name": "GPlaceAPI",
3   "version": "2.0.2",
4   "summary": "GPlaceAPI is an open-source iOS Objective-C library for fetching Goolge Place API using simple blocks based API callbacks",
5   "description": "\t\t\t\t   Its Main purpose it to use Google Places API requests with ease in a less lines of code. \n\n\t\t\t\t   This includes following:\n\n\t\t\t\t    - [Place Search]\n\t\t\t\t        - Nearby Search (search places withing a specified area)\n\t\t\t\t        - Text Search (search places based on a search string)\n\t\t\t\t    - [Place Details] (get more comprehensive information about a place)\n\t\t\t\t    - [Place Autocomplete]  (Get place predictions based on the search text)\n\t\t\t\t    - [Query Autocomplete](Get on-the-fly geographic query predictions)\n",
6   "homepage": "https://github.com/Darshanptl7500/GPlaceAPI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Darshan Patel": "developer.ios89@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/Darshanptl7500/GPlaceAPI.git",
19     "tag": "2.0.2"
20   },
21   "source_files": "GPlaceAPI/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.2"
26     ]
27   }