Skip to content

Commit 7927bdb

Browse files
author
Lukas Kukacka
committed
Updates readme with CocoaPods installation option
1 parent 7e91ee0 commit 7927bdb

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

FTGooglePlacesAPI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
- Place Search
1111
- Nearby Search (search places withing a specified area)
1212
- Text Search (search places based on a search string)
13-
- [Place Details][3] (get more comprehensive information about a place)
13+
- Place Details (get more comprehensive information about a place)
1414
DESC
1515

1616
s.homepage = "https://github.com/FuerteInternational/FTGooglePlacesAPI"

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@ Perform Google Places API requests with ease in a few lines of code. Library inc
3030
</table>
3131

3232
##Instalation
33-
33+
34+
### CocoaPods
35+
36+
*FTGooglePlacesAPI* is available as a CocoaPod
37+
38+
pod 'FTGooglePlacesAPI'
39+
40+
### Manual (or using git submodule)
3441
1. Implement [AFNetworking 2.0][4]
3542
- FTGooglePlacesAPI uses AFNetworking 2.0 for all of its networking. Why? Because it rocks!
3643
2. Download source files from this repository

0 commit comments

Comments
 (0)