-
Notifications
You must be signed in to change notification settings - Fork 9
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 #20 from telefonicaid/feature/prepareRelease
feature/prepareRelease. Minor updates for the final 1.2.0 release!
- Loading branch information
Showing
19 changed files
with
182 additions
and
88 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 |
---|---|---|
|
@@ -34,5 +34,9 @@ Pods | |
*/*/gen/ | ||
*/*/build/ | ||
|
||
# Web | ||
.idea | ||
|
||
# Development | ||
node_modules | ||
bower_components |
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,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Hybridge" | ||
s.version = "1.1.0" | ||
s.version = "1.2.0" | ||
s.summary = "Yet another javascript / mobile native simple bridge for hybrid apps, back and forth..." | ||
|
||
s.description = <<-DESC | ||
|
@@ -12,11 +12,11 @@ Pod::Spec.new do |s| | |
|
||
s.license = { :type => "Affero GNU GPL v3", :file => "LICENSE.txt" } | ||
|
||
s.authors = { 'David Garcia' => '[email protected]', 'Guillermo Gonzalez' => '[email protected]' } | ||
s.authors = { 'David Garcia' => '[email protected]', 'Guillermo Gonzalez' => '[email protected]' } | ||
|
||
s.platform = :ios | ||
s.ios.deployment_target = "6.0" | ||
s.source = { :git => "https://github.com/gonzalezreal/tdigital-hybridge.git", :branch => "refactoring-ios" } | ||
s.source = { :git => "https://github.com/telefonicaid/tdigital-hybridge.git", :tag => "1.2.0" } | ||
|
||
s.source_files = "ios/Hybridge/Hybridge/*.{h,m}" | ||
s.private_header_files = "ios/Hybridge/Hybridge/HYBURLProtocol.h", "ios/Hybridge/Hybridge/NSString+Hybridge.h" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.pdi.hybridge" | ||
android:versionCode="1" | ||
android:versionName="1.0" > | ||
android:versionCode="120" | ||
android:versionName="1.2.0" > | ||
|
||
<uses-sdk android:minSdkVersion="12" /> | ||
|
||
</manifest> | ||
</manifest> |
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
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 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
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
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,14 +1,14 @@ | ||
PODS: | ||
- Hybridge (1.1.0) | ||
- Hybridge (1.2.0) | ||
|
||
DEPENDENCIES: | ||
- Hybridge (from `../../../`) | ||
- Hybridge (from `../../..`) | ||
|
||
EXTERNAL SOURCES: | ||
Hybridge: | ||
:path: ../../../ | ||
:path: ../../.. | ||
|
||
SPEC CHECKSUMS: | ||
Hybridge: 5ace862416316c8eaee9df4c1c5b8c6f21b938e8 | ||
Hybridge: 9c0600c2faf4ba43b2c66b9fbbc714ce7cbfdc8d | ||
|
||
COCOAPODS: 0.33.1 |
Oops, something went wrong.