Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 541 Bytes

File metadata and controls

25 lines (20 loc) · 541 Bytes

MySpots

You can store the place which is your favorite!

Install Cocoapods

sudo gem install cocoapods
pod setup

Install Pod Libraries

cd MySpotsPrototype
pod install

Make Google API Key

Follow the link (https://developers.google.com/maps/documentation/ios-sdk/get-api-key)

Open the project

After you installed pod libraries, open MySpots.xcworkspace

Make APIKey.plist

In the project, you should make APIKey.plist File > New > File > Property List Then, add key(apiKey), Value(Your API Key)