-
Notifications
You must be signed in to change notification settings - Fork 32
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 #183 from icerockdev/develop
Release 0.1.0 dev 15
- Loading branch information
Showing
74 changed files
with
1,516 additions
and
538 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
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
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,20 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'moko-widgets-collection' | ||
spec.version = '0.1.0' | ||
spec.homepage = 'https://github.com/icerockdev/moko-widgets' | ||
spec.source = { :git => "https://github.com/icerockdev/moko-widgets.git", :tag => "release/#{spec.version}" } | ||
spec.authors = 'IceRock Development' | ||
spec.license = { :type => 'Apache 2', :file => 'LICENSE.md' } | ||
spec.summary = 'Swift additions to moko-widgets Kotlin/Native library' | ||
spec.module_name = "mokoWidgetsCollection" | ||
|
||
spec.source_files = "widgets-collection/src/iosMain/swift/**/*.{h,m,swift}" | ||
spec.resources = "widgets-collection/src/iosMain/bundle/**/*" | ||
|
||
spec.ios.deployment_target = '11.0' | ||
spec.swift_version = '5.0' | ||
|
||
spec.pod_target_xcconfig = { | ||
'VALID_ARCHS' => '$(ARCHS_STANDARD_64_BIT)' | ||
} | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
./gradlew -PpluginPublish publishPluginPublicationToMavenLocal | ||
./gradlew -PlibraryPublish :widgets:publishToMavenLocal | ||
./gradlew -PlibraryPublish :widgets-flat:publishToMavenLocal :widgets-bottomsheet:publishToMavenLocal :widgets-sms:publishToMavenLocal | ||
(cd sample/ios-app && pod install) | ||
./gradlew -PlibraryPublish :widgets-flat:publishToMavenLocal :widgets-bottomsheet:publishToMavenLocal :widgets-sms:publishToMavenLocal :widgets-datetime-picker:publishToMavenLocal :widgets-collection:publishToMavenLocal |
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,76 +1,48 @@ | ||
PODS: | ||
- Alamofire (4.9.1) | ||
- AlamofireImage (3.6.0): | ||
- Alamofire (~> 4.9) | ||
- FloatingPanel (1.7.2) | ||
- InputMask (5.0.0) | ||
- moko-widgets-bottomsheet (0.1.0): | ||
- FloatingPanel | ||
- moko-widgets-collection (0.1.0) | ||
- moko-widgets-flat (0.1.0): | ||
- InputMask (~> 5.0.0) | ||
- mppLibraryIos (0.1.0) | ||
- MultiPlatformLibrary (0.1.0) | ||
- MultiPlatformLibraryMvvm (0.3.0): | ||
- MultiPlatformLibrary | ||
- MultiPlatformLibraryMvvm/AlamofireImage (= 0.3.0) | ||
- MultiPlatformLibraryMvvm/Core (= 0.3.0) | ||
- MultiPlatformLibraryMvvm/SkyFloatingLabelTextField (= 0.3.0) | ||
- MultiPlatformLibraryMvvm/AlamofireImage (0.3.0): | ||
- AlamofireImage | ||
- MultiPlatformLibrary | ||
- MultiPlatformLibraryMvvm/Core (0.3.0): | ||
- MultiPlatformLibrary | ||
- MultiPlatformLibraryMvvm/SkyFloatingLabelTextField (0.3.0): | ||
- MultiPlatformLibrary | ||
- SkyFloatingLabelTextField | ||
- SkyFloatingLabelTextField (3.7.0) | ||
|
||
DEPENDENCIES: | ||
- moko-widgets-bottomsheet (from `../../`) | ||
- moko-widgets-collection (from `../../`) | ||
- moko-widgets-flat (from `../../`) | ||
- mppLibraryIos (from `../mpp-library`) | ||
- MultiPlatformLibrary (from `../mpp-library`) | ||
- MultiPlatformLibraryMvvm (from `https://github.com/icerockdev/moko-mvvm.git`, tag `release/0.4.0-dev-2`) | ||
|
||
SPEC REPOS: | ||
https://github.com/CocoaPods/Specs.git: | ||
- Alamofire | ||
- AlamofireImage | ||
- InputMask | ||
- SkyFloatingLabelTextField | ||
trunk: | ||
- FloatingPanel | ||
|
||
EXTERNAL SOURCES: | ||
moko-widgets-bottomsheet: | ||
:path: "../../" | ||
moko-widgets-collection: | ||
:path: "../../" | ||
moko-widgets-flat: | ||
:path: "../../" | ||
mppLibraryIos: | ||
:path: "../mpp-library" | ||
MultiPlatformLibrary: | ||
:path: "../mpp-library" | ||
MultiPlatformLibraryMvvm: | ||
:git: https://github.com/icerockdev/moko-mvvm.git | ||
:tag: release/0.4.0-dev-2 | ||
|
||
CHECKOUT OPTIONS: | ||
MultiPlatformLibraryMvvm: | ||
:git: https://github.com/icerockdev/moko-mvvm.git | ||
:tag: release/0.4.0-dev-2 | ||
|
||
SPEC CHECKSUMS: | ||
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18 | ||
AlamofireImage: be9963c6582d68b39e89191f64c82a7d7bf40fdd | ||
FloatingPanel: b275a35d0a09be4bd37025e710a6a1d063bfc161 | ||
InputMask: 8a10dbc8ac3f94f0a5b4c380424bbe6795c69b16 | ||
moko-widgets-bottomsheet: 68e942940b15bf0c6605675140d907fdb79db31d | ||
moko-widgets-collection: 722c6fca0b0dcab0b54fdb674b4638d4f715434c | ||
moko-widgets-flat: 3d68acddc0469a1288ede5b5b63b6588de5aa5e1 | ||
mppLibraryIos: 72c3984fbaa53978d678e62096fd613e67839f0c | ||
MultiPlatformLibrary: 176fb8ade516666cd47e93de1b71ba0441a541bb | ||
MultiPlatformLibraryMvvm: 999ac3896d8214fd65e0e0a376a2e553bf4515b3 | ||
SkyFloatingLabelTextField: 4b46db0ab1ccde0919cded29c656e6b4805eda04 | ||
|
||
PODFILE CHECKSUM: 4b3a5440fa9c919597e5ebac2ced886871ffb124 | ||
PODFILE CHECKSUM: d67011d3954d166daed6874ad60b67569d84c8b3 | ||
|
||
COCOAPODS: 1.8.4 | ||
COCOAPODS: 1.9.0 |
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
Oops, something went wrong.