Skip to content

Commit

Permalink
getting started stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Hebsgaard committed Apr 18, 2014
1 parent fe2e3c4 commit ed12a7c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ pod 'Masonry', '~> 0.4.0'
pod 'PSAlertView', '~> 1.1'
pod 'OpenTokSDK-WebRTC', '~> 2.1.7'
pod 'GVUserDefaults', '~> 0.9.4'
pod 'OpenTokSDK', '~> 1.4.3'
3 changes: 3 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ PODS:
- MRProgress/Stopable (0.4.1):
- MRProgress/Helper
- MRProgress/WeakProxy (0.4.1)
- OpenTokSDK (1.4.3)
- OpenTokSDK-WebRTC (2.1.7)
- PSAlertView (1.1)

Expand All @@ -50,6 +51,7 @@ DEPENDENCIES:
- ISO8601DateFormatter (~> 0.7)
- Masonry (~> 0.4.0)
- MRProgress (~> 0.4.1)
- OpenTokSDK (~> 1.4.3)
- OpenTokSDK-WebRTC (~> 2.1.6)
- OpenTokSDK-WebRTC (~> 2.1.7)
- PSAlertView (~> 1.1)
Expand All @@ -67,6 +69,7 @@ SPEC CHECKSUMS:
ISO8601DateFormatter: 00944e437ea647f4244454ce8809d313861d08de
Masonry: d673617c9cbc24aaea90fba20b10e47fd9970a39
MRProgress: 6530ce71278dd7ecfb5e3c3e37df03a323690936
OpenTokSDK: 84cc625196b4c665da7e0133ac05cab4194a5904
OpenTokSDK-WebRTC: 025ba5ff374682d5254a6c820843009c5779c3d2
PSAlertView: bdccae3cbd14f6060772654ae641daec7415d9fa

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
** Getting started
* install CocoaPod
sudo gem install cocoapods
* install dependencies
pod install

* configuration
rename BMEGlobal.temp.h to BMEGlobal.h and configure to your own needs

0 comments on commit ed12a7c

Please sign in to comment.