blob: e00d77e9ed61bf3fc1433c7b6aedc1e364bc187c [file] [log] [blame]
{
"name": "SwiftNDNTouch",
"version": "0.2.0",
"summary": "This is NDN-CXX equivalent implementation in Swift on the iOS platform",
"description": "This implementation is based on NDN-CXX, but written in Swift for the iOS platform developers. Different than other platforms, there is no NFD running in the background, so a developer should specify forwarder's IP address when creating a face. The details can be found in the example. Also, it requires further efforts on implementing security parts that are not yet implemented since the main focus for now is data transmission.",
"homepage": "https://bitbucket.org/jdlee6461/swiftndntouch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wentao Shang": "wentaoshang@ucla.edu",
"Jongdeog Lee": "jlee700@illinois.edu"
},
"source": {
"git": "https://bitbucket.org/jdlee6461/swiftndntouch",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftNDNTouch/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.5.0"
]
},
"pushed_with_swift_version": "3.0"
}