blob: 4d8dd512aef33b71b5bea7d9a181dc07bf2c9e90 [file] [log] [blame]
{
"name": "RelayClient",
"version": "0.0.1-alpha1",
"summary": "A tool to relay iOS sockets over a USB tunnel.",
"description": "A tool to relay iOS sockets over a USB tunnel.",
"homepage": "https://github.com/igorlira/relay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Lira": "me@igorlira.com"
},
"social_media_url": "https://twitter.com/igorlira",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/igorlira/relay.git",
"tag": "0.0.1-alpha1"
},
"source_files": [
"RelayClient-iOS",
"RelayClient-iOS/**/*.{h,m}",
"Shared",
"Shared/**/*.{h,m}"
],
"exclude_files": "RelayClient-iOS/Exclude",
"public_header_files": "RelayClient-iOS/**/*.h",
"vendored_frameworks": "Peertalk.framework",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
]
}
}