-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from SoundwaveApp/1.1
1.1
- Loading branch information
Showing
17 changed files
with
118 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_STORE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
`Shine-iOS` adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
--- | ||
## [1.1](https://github.com/SoundwaveApp/Shine-iOS/releases/tag/1.1) (2015-07-28) | ||
|
||
#### What's New | ||
|
||
* Support for contacts syncing | ||
* Support for location capture | ||
|
||
|
||
## [1.0](https://github.com/SoundwaveApp/Shine-iOS/releases/tag/1.0) (2015-07-23) | ||
|
||
* Shine SDK initial version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Copyright 2015 Soundwave | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file added
BIN
+2.93 KB
Shine.framework/Versions/A/Resources/SWShineModel.momd/SWShineModel.mom
Binary file not shown.
Binary file added
BIN
+368 Bytes
Shine.framework/Versions/A/Resources/SWShineModel.momd/VersionInfo.plist
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.93 KB
Shine.framework/Versions/A/Resources/ShineBundle.bundle/SWShineModel.momd/SWShineModel.mom
Binary file not shown.
Binary file added
BIN
+368 Bytes
Shine.framework/Versions/A/Resources/ShineBundle.bundle/SWShineModel.momd/VersionInfo.plist
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Shine.framework/Versions/A/Resources/_CodeSignature/CodeDirectory
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
Shine.framework/Versions/A/Resources/_CodeSignature/CodeSignature
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,16 @@ | ||
# | ||
# Be sure to run `pod lib lint ${POD_NAME}.podspec' to ensure this is a | ||
# valid spec and remove all comments before submitting the spec. | ||
# | ||
# Any lines starting with a # are optional, but encouraged | ||
# | ||
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
|
||
Pod::Spec.new do |s| | ||
s.name = "Shine" | ||
s.version = "1.0" | ||
s.summary = "The Shine iOS SDK, for integrating Shine into your iOS application." | ||
s.description = "The Shine iOS SDK, for integrating Shine into your iOS application. Supports iOS 7 and iOS 8." | ||
s.homepage = "https://github.com/SoundwaveApp/Shine-iOS" | ||
s.license = { :type => 'Apache 2.0', :text => <<-LICENSE | ||
Copyright 2015 Soundwave | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
LICENSE | ||
} | ||
s.author = { "${USER_NAME}" => "${USER_EMAIL}" } | ||
s.source = { :git => "https://github.com/SoundwaveApp/Shine-iOS.git", :tag => s.version.to_s } | ||
s.name = "Shine" | ||
s.version = "1.1" | ||
s.summary = "The Shine iOS SDK, for integrating Shine into your iOS application." | ||
s.homepage = "https://github.com/SoundwaveApp/Shine-iOS" | ||
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' } | ||
s.authors = { "Clodagh ML" => "clodagh@soundwave.com", "Liam Russell" => "liam@soundwave.com", "Brian Boyle" => "brian@soundwave.com" } | ||
s.source = { :git => "https://github.com/SoundwaveApp/Shine-iOS.git", :tag => s.version.to_s } | ||
s.frameworks = ["Foundation", "CoreGraphics", "MobileCoreServices", "Security", "CoreData"] | ||
s.requires_arc = true | ||
s.platform = :ios, '7.0' | ||
s.platform = :ios, '7.1' | ||
s.preserve_paths = 'Shine.framework' | ||
s.public_header_files = 'Shine.framework/Versions/A/Headers/Shine.h' | ||
s.resource = 'Shine.framework/Versions/A/Resources/ShineBundle.bundle' | ||
s.vendored_frameworks = 'Shine.framework' | ||
|
||
|
||
|
||
end |