[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 3 / 5 / FTGooglePlacesAPI / 1.0 / FTGooglePlacesAPI.podspec.json
blob08ec6726a7986191151fc7db7ad8a4868efa86ab
2   "name": "FTGooglePlacesAPI",
3   "version": "1.0",
4   "summary": "iOS library for querying Google Places API using simple block-based interface",
5   "description": "                   FTGooglePlacesAPI allows you to perform Google Places API requests with ease in a few lines of code. Library includes, but is not limited to, 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\t- [Place Details][3] (get more comprehensive information about a place)\n",
6   "homepage": "https://github.com/FuerteInternational/FTGooglePlacesAPI",
7   "screenshots": [
8     "http://i.imgur.com/DGMbcw1.png",
9     "http://i.imgur.com/1POEIRN.png",
10     "http://i.imgur.com/ATk5qhR.png"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Fuerte International": "open-source@fuerteint.com",
18     "Lukas Kukacka": "opensource@lukaskukacka.com"
19   },
20   "platforms": {
21     "ios": "6.0"
22   },
23   "source": {
24     "git": "https://github.com/FuerteInternational/FTGooglePlacesAPI.git",
25     "tag": "1.0"
26   },
27   "source_files": "FTGooglePlacesAPI/*.{h,m}",
28   "requires_arc": true,
29   "dependencies": {
30     "AFNetworking": [
31       "~> 2.2.0"
32     ]
33   }