blob: 6b70d632e8953791d75d0c8c206f344fe728c2ef [file] [log] [blame]
{
"name": "SwiftNDN",
"version": "0.0.2.1",
"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",
"tag": "0.0.2.1"
},
"source_files": "Common/*.{h,m,swift}",
"osx": {
"source_files": [
"SwiftNDN/SwiftNDN.h",
"SwiftNDN/keyChain.swift"
]
},
"platforms": {
"osx": "10.10"
},
"pushed_with_swift_version": "3.0"
}