[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 0 / 7 / TweetNacl / 1.0.2 / TweetNacl.podspec.json
blob373733f4f6db398f0ce5a71c01af500a9bae0493
2   "name": "TweetNacl",
3   "version": "1.0.2",
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": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/bitmark-inc/tweetnacl-swiftwrap.git",
23     "tag": "1.0.2"
24   },
25   "source_files": "Sources/**/*.{h,c,swift}",
26   "private_header_files": "Sources/CTweetNacl/include/*.h",
27   "preserve_paths": "Sources/module.map",
28   "frameworks": "Foundation",
29   "xcconfig": {
30     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/TweetNacl/Sources"
31   }