[Add] NetKernel 1.1.4
[CocoaPods.git] / Specs / a / 0 / d / SwiftyGraph / 0.2 / SwiftyGraph.podspec.json
blob3ad1dd4ce274a98bf017bc8d532d9e8378c8fbe2
2   "name": "SwiftyGraph",
3   "version": "0.2",
4   "summary": "A graph data structure implemented for swift",
5   "description": "SwiftyGraph",
6   "homepage": "https://github.com/Jranco/SwiftyGraph.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thomas Segkoulis": "segkoulis@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Jranco/SwiftyGraph.git",
16     "tag": "0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "SwiftyGraph",
23     "SwiftyGraph/**/*.{h,m,swift}"
24   ],
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "3.0.2"
27   },
28   "pushed_with_swift_version": "3.0.2"