File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments