[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 3 / 2 / Chain / 2.2.0pre2 / Chain.podspec.json
blobba6bd93e83c566bb6c54b1499a9fe143a72ab8a3
2   "name": "Chain",
3   "version": "2.2.0pre2",
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.2.0pre2"
14   },
15   "source_files": "Chain",
16   "resources": [
17     "Chain/ChainCertificate.der",
18     "Chain/ChainWSSCertificate.der"
19   ],
20   "public_header_files": "Chain/*.h",
21   "ios": {
22     "frameworks": [
23       "Foundation",
24       "Security",
25       "CFNetwork"
26     ]
27   },
28   "osx": {
29     "frameworks": [
30       "Foundation",
31       "Security",
32       "CoreServices"
33     ]
34   },
35   "libraries": "icucore",
36   "dependencies": {
37     "CoreBitcoin": [
38       ">=0.5"
39     ]
40   },
41   "platforms": {
42     "ios": "7.0",
43     "osx": "10.9"
44   },
45   "requires_arc": true