Skip to content

Commit

Permalink
Merge pull request #11 from CanalTP/release-1.1.2
Browse files Browse the repository at this point in the history
Release 1.1.2
  • Loading branch information
EvenModiguy authored Feb 28, 2018
2 parents e4aba5d + 0a74c89 commit 4bc6cf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "CanalTP/NavitiaSDK_ios" ~> 1.1.1
github "CanalTP/NavitiaSDK_ios" == 1.1.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-navitia-sdk",
"version": "1.1.1",
"version": "1.1.2",
"description": "Cordova plugin for NavitiaSDK iOS & Android",
"cordova": {
"id": "org-kisio-plugins-navitia-sdk",
Expand Down
5 changes: 1 addition & 4 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-navitia-sdk" version="1.1.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-plugin-navitia-sdk" version="1.1.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>NavitiaSDK</name>

<js-module name="NavitiaSDK" src="www/NavitiaSDK.js">
Expand All @@ -18,10 +18,7 @@
</config-file>
<source-file src="src/ios/CDVNavitiaSDK.swift" />

<framework src="Carthage/Build/iOS/Alamofire.framework" custom="true" embed="true" />
<framework src="Carthage/Build/iOS/AlamofireObjectMapper.framework" custom="true" embed="true" />
<framework src="Carthage/Build/iOS/NavitiaSDK.framework" custom="true" embed="true" />
<framework src="Carthage/Build/iOS/ObjectMapper.framework" custom="true" embed="true" />
</platform>

<platform name="android">
Expand Down

0 comments on commit 4bc6cf0

Please sign in to comment.