2 "name": "TweetNaclClone",
4 "summary": "TweetNacl wrapper library written in Swift.",
5 "description": "A Swift wrapper for TweetNacl C library",
6 "homepage": "https://github.com/bitmark-inc/tweetnacl-swiftwrap",
12 "Bitmark Inc": "support@bitmark.com"
14 "social_media_url": "https://twitter.com/bitmarkinc",
20 "git": "https://github.com/bitmark-inc/tweetnacl-swiftwrap.git"
22 "source_files": "Sources/**/*.{h,c,swift}",
23 "private_header_files": "Sources/CTweetNacl/include/*.h",
24 "preserve_paths": "Sources/module.map",
25 "frameworks": "Foundation",
27 "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TweetNaclClone/Sources"