[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 5 / b / CoreBitcoinSwift / 0.0.0.2 / CoreBitcoinSwift.podspec.json
blob58cb37dbb667a7781ea7b3c22bb5e79e5d233df5
2   "name": "CoreBitcoinSwift",
3   "version": "0.0.0.2",
4   "summary": "CoreBitcoin is an implementation of Bitcoin protocol in Objective-C and swift.",
5   "description": "Forked from https://github.com/oleganza/CoreBitcoin",
6   "homepage": "https://github.com/ooozws/CoreBitcoin",
7   "license": "WTFPL",
8   "authors": {
9     "weisaizhang": "weisaizhang@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/ooozws/CoreBitcoin.git",
17     "tag": "0.0.0.2"
18   },
19   "source_files": "CoreBitcoin",
20   "exclude_files": [
21     "CoreBitcoin/**/*+Tests.{h,m}",
22     "CoreBitcoin/BTCScriptTestData.h"
23   ],
24   "requires_arc": true,
25   "frameworks": "Foundation",
26   "ios": {
27     "frameworks": "UIKit"
28   },
29   "osx": {
30     "frameworks": "AppKit"
31   },
32   "dependencies": {
33     "GRKOpenSSLFramework": [
35     ],
36     "ISO8601DateFormatter": [
38     ]
39   }