[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 5 / 3 / 2 / Chain / 2.1.1 / Chain.podspec.json
blobb29bd020a01ff0eac49f88677ce6614ca1e83a63
2   "name": "Chain",
3   "version": "2.1.1",
4   "summary": "The Official iOS SDK for Chain's Bitcoin API",
5   "homepage": "https://chain.com",
6   "license": "MIT",
7   "authors": {
8     "Ryan R. Smith": "ryan@chain.com"
9   },
10   "social_media_url": "https://twitter.com/chain",
11   "source": {
12     "git": "https://github.com/chain-engineering/chain-ios.git",
13     "tag": "2.1.1"
14   },
15   "source_files": "Chain",
16   "resources": "Chain/ChainCertificate.der",
17   "public_header_files": "Chain/Chain.h",
18   "ios": {
19     "frameworks": [
20       "Foundation",
21       "Security",
22       "CFNetwork"
23     ]
24   },
25   "osx": {
26     "frameworks": [
27       "Foundation",
28       "Security",
29       "CoreServices"
30     ]
31   },
32   "libraries": "icucore",
33   "dependencies": {
34     "CoreBitcoin": [
35       ">=0.5"
36     ]
37   },
38   "platforms": {
39     "ios": "7.0",
40     "osx": "10.9"
41   },
42   "requires_arc": true