blob: 359cea10860fde6640a95920f9415d6bde768050 [file] [log] [blame]
{
"name": "jingtum-lib-objectc",
"version": "1.0.3",
"summary": "jingtum-lib to be used for interacting with jingtum blockchain network。This is the objective-c version。",
"description": "jingtum-lib to be used for interacting with jingtum blockchain network。This is the objective-c version。",
"homepage": "https://github.com/swtcpro/jingtum-lib-objectc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jerry": "xutom2006@126.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/swtcpro/jingtum-lib-objectc.git",
"tag": "1.0.3"
},
"source_files": [
"WebSocketClient/jingtum-lib/*.{h,m}",
"WebSocketClient/WebSocket/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"CoreBitcoin": [
],
"OpenSSL-Universal": [
"1.0.1.16"
],
"ISO8601DateFormatter": [
],
"SocketRocket": [
]
}
}