[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / 6 / CoreBitcoin / 0.6.8.1 / CoreBitcoin.podspec.json
blobd10f9127d4cfa33e05c25af3a76030c97b5775a0
2   "name": "CoreBitcoin",
3   "version": "0.6.8.1",
4   "summary": "CoreBitcoin is an implementation of Bitcoin protocol in Objective-C.",
5   "description": "CoreBitcoin is a complete toolkit to work with Bitcoin data structures.",
6   "homepage": "https://github.com/oleganza/CoreBitcoin",
7   "license": "WTFPL",
8   "authors": {
9     "Oleg Andreev": "oleganza@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/oleganza/CoreBitcoin.git",
17     "tag": "0.6.8.1"
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     "OpenSSL-Universal": [
34       "1.0.1.16"
35     ],
36     "ISO8601DateFormatter": [
38     ]
39   }