[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 0 / d / SwiftyGraph / 0.1 / SwiftyGraph.podspec.json
blobc8b47922436a154d2c3f4676a87ce4a72244be9e
2   "name": "SwiftyGraph",
3   "version": "0.1",
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.1"
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"