-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51d2eb1
commit 36c57eb
Showing
3 changed files
with
10 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = "TweetNaclSwift" | ||
spec.version = "0.0.3" | ||
spec.version = "1.0.0" | ||
spec.summary = "TweetNacl wrapper library written on Swift." | ||
spec.homepage = "https://github.com/bitmark-inc/tweetnacl-swiftwrap" | ||
spec.license = { type: 'MIT', file: 'LICENSE' } | ||
spec.authors = { "Bitmark Inc" => '[email protected]' } | ||
spec.social_media_url = "https://twitter.com/bitmarkinc" | ||
|
||
spec.platform = :ios, "9.1" | ||
spec.platform = :ios, "10.0" | ||
spec.requires_arc = true | ||
spec.source = { git: "https://github.com/bitmark-inc/tweetnacl-swiftwrap.git", tag: "v#{spec.version}", submodules: true } | ||
spec.source_files = "TweetnaclSwift/**/*.{h,swift,c}" | ||
spec.xcconfig = { 'SWIFT_INCLUDE_PATHS' => '$(PODS_ROOT)/TweetNaclSwift/TweetnaclSwift/Dependencies' } | ||
spec.preserve_paths = 'TweetnaclSwift/Dependencies/module.map' | ||
|
||
spec.dependency "BigInt", "~> 2.1" | ||
spec.dependency "CryptoSwift" | ||
end |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.