[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / b / CoreBitcoinSwift / 0.0.1 / CoreBitcoinSwift.podspec.json
blob1a5432e4edcc3748b8bb47bb6615c4fa76a26d35
2   "name": "CoreBitcoinSwift",
3   "version": "0.0.1",
4   "summary": "CoreBitcoinSwift",
5   "description": "Ethereum 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/ooozws/token-core-ios-dep.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "CoreBitcoin/*.{h,m,c}",
23     "libscrypt/*.{h,m,c}"
24   ],
25   "exclude_files": [
26     "*+Tests.{h,m}"
27   ],
28   "requires_arc": true,
29   "frameworks": "Foundation",
30   "ios": {
31     "frameworks": "UIKit"
32   },
33   "osx": {
34     "frameworks": "AppKit"
35   },
36   "dependencies": {
37     "GRKOpenSSLFramework": [
39     ]
40   }