[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / 1 / SwiftNDN / 0.0.2.2 / SwiftNDN.podspec.json
blob1e9b8a64a85af304153694963a750e54e9251007
2   "name": "SwiftNDN",
3   "version": "0.0.2.2",
4   "license": "UCLA and UIUC",
5   "summary": "NDN Client Library for OSX/iOS in Swift Language",
6   "homepage": "https://bitbucket.org/jdlee6461/swiftndn",
7   "authors": {
8     "Wentao Shang": "wentao@cs.ucla.edu",
9     "Jongdeog Lee": "jlee700@illinois.edu"
10   },
11   "source": {
12     "git": "https://bitbucket.org/jdlee6461/swiftndn",
13     "tag": "0.0.2.2"
14   },
15   "source_files": "Common/*.swift",
16   "osx": {
17     "source_files": [
18       "SwiftNDN/SwiftNDN.h",
19       "SwiftNDN/keyChain.swift"
20     ]
21   },
22   "platforms": {
23     "osx": "10.10"
24   },
25   "dependencies": {
26     "CocoaAsyncSocket": [
27       "7.5.0"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"