[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 1 / f / TweetNaclClone / 0.2.0 / TweetNaclClone.podspec.json
blob043510d119e8844bf17ef05d9ff2e3fd6854cbf3
2   "name": "TweetNaclClone",
3   "version": "0.2.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bitmark Inc": "support@bitmark.com"
13   },
14   "social_media_url": "https://twitter.com/bitmarkinc",
15   "platforms": {
16     "ios": "11.0",
17     "osx": "10.13"
18   },
19   "source": {
20     "git": "https://github.com/bitmark-inc/tweetnacl-swiftwrap.git"
21   },
22   "source_files": "Sources/**/*.{h,c,swift}",
23   "private_header_files": "Sources/CTweetNacl/include/*.h",
24   "preserve_paths": "Sources/module.map",
25   "frameworks": "Foundation",
26   "xcconfig": {
27     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TweetNaclClone/Sources"
28   }