blob: 82217ae514dad310b0a16854f196b43f93348a0c [file] [log] [blame]
{
"name": "TweetNacl",
"version": "1.0.1",
"summary": "TweetNacl wrapper library written in Swift.",
"description": "A Swift wrapper for TweetNacl C library",
"homepage": "https://github.com/bitmark-inc/tweetnacl-swiftwrap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bitmark Inc": "support@bitmark.com"
},
"social_media_url": "https://twitter.com/bitmarkinc",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/bitmark-inc/tweetnacl-swiftwrap.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TweetNacl/Sources"
},
"pushed_with_swift_version": "4.0"
}