[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 0 / d / SwiftyGraph / 0.3 / SwiftyGraph.podspec.json
blob8e5afa3936453c8ca1c9aca2e661b2fbe5424a6d
2   "name": "SwiftyGraph",
3   "version": "0.3",
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.3"
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"