blob: d3108801ef019b195a8a373cebc5623427f6cf6f [file] [log] [blame]
{
"name": "SwiftNDN",
"version": "0.0.2",
"license": "UCLA and UIUC",
"summary": "NDN Client Library for OSX/iOS in Swift Language",
"homepage": "https://bitbucket.org/jdlee6461/swiftndn",
"authors": {
"Wentao Shang": "wentao@cs.ucla.edu",
"Jongdeog Lee": "jlee700@illinois.edu"
},
"source": {
"git": "https://bitbucket.org/jdlee6461/swiftndn",
"branch": "master"
},
"source_files": "SwiftNDN/*.{h,m,swift}",
"platforms": {
"osx": "10.10"
},
"frameworks": [
"Foundation",
"Cocoa",
"Security"
],
"pushed_with_swift_version": "3.0"
}