You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,16 @@ Please refer to the API documentation on the [Beaconstac developer hub](http://d
12
12
13
13
Try out the Beaconstac Demo app on the [iTunes App Store](https://itunes.apple.com/us/app/beaconstac/id956442796?mt=8).
14
14
15
-
## Integration with your existing project in XCode
15
+
## Installation
16
+
##### Using Cocoapods (recommended):
17
+
Add the following to your Podfile in your project
18
+
19
+
pod 'Beaconstac'
20
+
21
+
Run `pod install` in the project directory
22
+
23
+
24
+
##### Manually:
16
25
17
26
1. Download or clone this repo on your system.
18
27
2. Drag and drop the Beaconstac.framework file into your Xcode project. Make sure that "Copy Items to Destination's Group Folder" is checked.
@@ -26,24 +35,26 @@ Try out the Beaconstac Demo app on the [iTunes App Store](https://itunes.apple.c
26
35
- SystemConfiguration.framework
27
36
- CoreBluetooth.framework
28
37
- CoreLocation.framework
38
+
39
+
## Configure your project
29
40
30
-
5. In Info.plist, add a new field, NSLocationAlwaysUsageDescription with relevant value that you want to show to the user. This is mandatory for iOS 8 and above.
41
+
1. In Info.plist, add a new field, NSLocationAlwaysUsageDescription with relevant value that you want to show to the user. This is mandatory for iOS 8 and above.
0 commit comments