Skip to content

Commit

Permalink
Update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnguyenbitmark committed Oct 9, 2017
1 parent 51d2eb1 commit 36c57eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions TweetNaclExample.playground/Contents.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//: Playground - noun: a place where people can play

import TweetNaclSwift_iOS
import TweetNaclSwift

do {
let keyPair = try NaclSign.KeyPair.keyPair()
Expand All @@ -9,4 +9,4 @@ do {
}
catch (let e) {
print(e)
}
}
7 changes: 2 additions & 5 deletions TweetNaclSwift.podspec
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
6 changes: 6 additions & 0 deletions TweetNaclSwift.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 36c57eb

Please sign in to comment.