Skip to content

Commit

Permalink
Update info
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtop committed Jan 25, 2017
1 parent 2594f35 commit 9b5b53a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
@@ -1,3 +1,3 @@
GitHub Issues is for reporting bugs, discussing features and general feedback in **CalendarKit**. Be sure to check our [documentation](http://cocoadocs.org/docsets/CalendarKit), [FAQ](https://github.com/hyperoslo/CalendarKit/wiki/FAQ) and [past issues](https://github.com/hyperoslo/CalendarKit/issues?state=closed) before opening any new issues.
GitHub Issues is for reporting bugs, discussing features and general feedback in **CalendarKit**. Be sure to check our [documentation](http://cocoadocs.org/docsets/CalendarKit), [FAQ](https://github.com/richardtop/CalendarKit/wiki/FAQ) and [past issues](https://github.com/hyperoslo/CalendarKit/issues?state=closed) before opening any new issues.

If you are posting about a crash in your application, a stack trace is helpful, but additional context, in the form of code and explanation, is necessary to be of any use.
10 changes: 5 additions & 5 deletions CalendarKit.podspec
Expand Up @@ -2,14 +2,14 @@ Pod::Spec.new do |s|
s.name = "CalendarKit"
s.summary = "Clone of iOS Calendar app"
s.version = "0.1.0"
s.homepage = "https://github.com/hyperoslo/CalendarKit"
s.homepage = "https://github.com/richardtop/CalendarKit"
s.license = 'MIT'
s.author = { "Hyper" => "ios@hyper.no" }
s.source = { :git => "https://github.com/hyperoslo/CalendarKit.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/hyperoslo'
s.author = { "Richard Topchii" => "richardot4@gmail.com" }
s.source = { :git => "https://github.com/richardtop/CalendarKit.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/RTopchiy'
s.platform = :ios, '9.0'
s.requires_arc = true
s.source_files = 'Source/**/*'
s.source_files = 'Source/* */*'
s.dependency 'DateTools'
s.dependency 'Neon'
s.dependency 'DynamicColor'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
Licensed under the **MIT** license

> Copyright (c) 2015 Hyper
> Copyright (c) 2017 Richard Topchii
>
> Permission is hereby granted, free of charge, to any person obtaining
> a copy of this software and associated documentation files (the
Expand Down

0 comments on commit 9b5b53a

Please sign in to comment.