[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 2 / e / NemSwift / 0.1.0 / NemSwift.podspec.json
bloba44bebcacb2129c0b5ed7b130e59c8ee926b089a
2   "name": "NemSwift",
3   "version": "0.1.0",
4   "summary": "client library for easy use of NEM API",
5   "description": "- NemSwift wraps HTTP requests to NIS(NEM Infrastructure Server) and HTTP responses from NIS.\n- NemSwift provides crypt related utilities like key pair generation signing and verifying.",
6   "homepage": "https://github.com/ryuta46/nem-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ryuta46": "ryuta46g@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/ryuta461",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/ryuta46/nem-swift.git",
20     "tag": "0.1.0",
21     "submodules": true
22   },
23   "source_files": [
24     "NemSwift/Sources/ed25519_sha3_512.{c,h}",
25     "NemSwift/Sources/ed25519/src/*.{c,h}",
26     "NemSwift/Sources/RHash/librhash/{ripemd-160,byte_order,sha3}.c",
27     "NemSwift/Sources/RHash/librhash/{ripemd-160,byte_order,sha3,ustd}.h",
28     "NemSwift/NemSwift.h",
29     "NemSwift/**/*.swift"
30   ],
31   "public_header_files": [
32     "NemSwift/Sources/ed25519_sha3_512.h",
33     "NemSwift/Sources/ed25519/src/ed25519.h",
34     "NemSwift/NemSwift.h"
35   ],
36   "requires_arc": true,
37   "xcconfig": {
38     "GCC_PREPROCESSOR_DEFINITIONS": "\"USE_KECCAK\""
39   },
40   "dependencies": {
41     "APIKit": [
42       "~> 3.1"
43     ],
44     "CryptoSwift": [
46     ]
47   }