[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 4 / a / TokenCore / 0.1 / TokenCore.podspec.json
blobdef8f7107d8517faa34b38f6c8e45ef32661e881
2   "name": "TokenCore",
3   "version": "0.1",
4   "summary": "Blockchain Library for imToken",
5   "description": "Token Core Library powering imToken iOS app.",
6   "homepage": "https://token.im",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "James Chen": "james@ashchan.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/consenlabs/token-core-ios.git",
19     "tag": "0.1"
20   },
21   "source_files": [
22     "Sources/**/*.{h,m,swift}",
23     "Vendor/**/*.{h,m,c}"
24   ],
25   "swift_version": "4.0",
26   "vendored_frameworks": [
27     "Vendor/secp256k1/secp256k1.framework"
28   ],
29   "preserve_paths": "Modules",
30   "pod_target_xcconfig": {
31     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/TokenCore/Modules",
32     "OTHER_LDFLAGS": "-lObjC",
33     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule"
34   },
35   "dependencies": {
36     "CryptoSwift": [
37       "0.9.0"
38     ],
39     "BigInt": [
40       "3.0.0"
41     ],
42     "GRKOpenSSLFramework": [
44     ]
45   }