[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / e / NemSwift / 0.4.1 / NemSwift.podspec.json
blob2b1c89f07b50d1839d1b8bb7f320cdfca6b44855
2   "name": "NemSwift",
3   "version": "0.4.1",
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.4.1",
21     "submodules": true
22   },
23   "source_files": [
24     "NemSwift/Sources/ed25519_sha3_512.{c,h}",
25     "NemSwift/Sources/message_encryption.{c,h}",
26     "NemSwift/Sources/ed25519/src/*.{c,h}",
27     "NemSwift/Sources/RHash/librhash/{ripemd-160,byte_order,sha3}.c",
28     "NemSwift/Sources/RHash/librhash/{ripemd-160,byte_order,sha3,ustd}.h",
29     "NemSwift/NemSwift.h",
30     "NemSwift/**/*.swift"
31   ],
32   "public_header_files": [
33     "NemSwift/Sources/ed25519_sha3_512.h",
34     "NemSwift/Sources/message_encryption.h",
35     "NemSwift/Sources/ed25519/src/ed25519.h",
36     "NemSwift/NemSwift.h"
37   ],
38   "requires_arc": true,
39   "xcconfig": {
40     "GCC_PREPROCESSOR_DEFINITIONS": "\"USE_KECCAK\""
41   },
42   "dependencies": {
43     "APIKit": [
45     ],
46     "CryptoSwift": [
48     ]
49   }