-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved HTTP error handling. Added Swift Sample project.
- Loading branch information
Amit Palomo
authored and
Amit Palomo
committed
Dec 16, 2015
1 parent
8a48cbd
commit eea0dde
Showing
35 changed files
with
2,110 additions
and
53 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
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Framework/IngeoSDK.framework/Versions/A/Resources/Info.plist
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,14 +1,14 @@ | ||
|
||
Pod::Spec.new do |s| | ||
s.name = "IngeoSDK" | ||
s.version = "1.2.0" | ||
s.version = "1.2.1" | ||
s.summary = "Ingeo iOS SDK" | ||
s.homepage = "http://ingeo.io" | ||
s.license = 'Apache License, Version 2.0' | ||
s.author = { "Amit Palomo" => "amit@ingeo.io" } | ||
s.platform = :ios, '7.0' | ||
s.source = { :git => "https://github.com/IngeoSDK/ingeo-ios-sdk.git", :tag => "v#{s.version}" } | ||
s.frameworks = "CoreLocation", "CoreData" | ||
s.frameworks = "CoreLocation", "CoreData", "SystemConfiguration" | ||
s.ios.vendored_frameworks = 'Framework/IngeoSDK.framework' | ||
s.requires_arc = true | ||
end |
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
21 changes: 0 additions & 21 deletions
21
.../IngeoSDK-iOS-Sample01/iOS-Sample01/Images.xcassets/LaunchImage.launchimage/Contents.json
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
Samples/Objc-Sample01/iOS-Sample01/Images.xcassets/Contents.json
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,6 @@ | ||
{ | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
9 changes: 9 additions & 0 deletions
9
Samples/Objc-Sample01/iOS-Sample01/Images.xcassets/LaunchImage.launchimage/Contents.json
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,9 @@ | ||
{ | ||
"images" : [ | ||
|
||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.