Skip to content

Commit

Permalink
Merge pull request #4 from CameraKit/develop
Browse files Browse the repository at this point in the history
Update Cocoapod Package Name and License Company
  • Loading branch information
austinkettner committed Jan 31, 2019
2 parents ff1e1b1 + f08654e commit bfddd68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CameraKit.podspec → CameraKit-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
# summary should be tweet-length, and the description more in depth.
#

s.name = "CameraKit"
s.name = "CameraKit-iOS"
s.version = "1.0.0"
s.summary = "Camera library for iOS written in pure Swift."

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 CameraKit
Copyright (c) 2018 Alterac, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pod init
Then open the `Podfile` file in your project and add this line to your app target:

```ruby
pod CameraKit
pod CameraKit-iOS
```

and it will automatically create a `Podfile` and integrate the pods into the project by creating a separate `.xcworkspace` file. You will open this file in Xcode from now on.
Expand Down

0 comments on commit bfddd68

Please sign in to comment.