Skip to content

Commit

Permalink
Update Readme and Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbernius committed Nov 19, 2018
1 parent 10f3de2 commit 747a404
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
10 changes: 4 additions & 6 deletions CUU.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

Pod::Spec.new do |s|
s.name = 'CUU'
s.version = '2.0.2'
s.summary = 'CUU is a framework to help analyzing th usage of your applications.'
s.version = '2.0.3'
s.summary = 'CUU is a framework to help analyzing the usage of your applications.'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand All @@ -21,12 +21,10 @@ Pod::Spec.new do |s|
CUU is a project to help analyzing the usage of your app by providing functionality to track user interactions within your app. This data can be used to track usage of your features.
DESC

s.homepage = 'https://cuu.ase.in.tum.de'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.homepage = 'https://github.com/cures-hub/cures-cuu-sdk'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'Lara Marie Reimer', 'Jan Philip Bernius', 'Jan Ole Johanßen'
s.author = 'Jan Ole Johanssen', 'Lara Marie Reimer', 'Jan Philip Bernius'
s.source = { :git => 'https://github.com/cures-hub/cures-cuu-sdk.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/ls1intum'

s.ios.deployment_target = '11.0'

Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CUU (2.0.1)
- CUU (2.0.2)

DEPENDENCIES:
- CUU (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
CUU: c7f6c5aeb431f3e570829f7669a0f36cb986b009
CUU: dc868227e2292de69f484aa4101715c20aca4671

PODFILE CHECKSUM: 1debc30a649e807b99bdee5ee8daf82a78fc04bc

COCOAPODS: 1.4.0
COCOAPODS: 1.5.3
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ class ViewController: CUUViewController {
```

## Author

- [Jan Ole Johanssen](http://github.com/janjohanssen)
- [Lara Marie Reimer](http://github.com/laramarie)
- [Jan Philip Bernius](http://github.com/jpbernius)
- [Jan Ole Johanßen](http://github.com/janjohanssen)

## Contributors
- [Michael Fröhlich](https://github.com/FroeMic)
Expand Down

0 comments on commit 747a404

Please sign in to comment.