[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / f / 9 / SwiftPath / 0.4.0 / SwiftPath.podspec.json
blob0f485fcf46b8ddaa4b91d7f073c0b2b96b6b5888
2   "name": "SwiftPath",
3   "version": "0.4.0",
4   "summary": "JSONPath for Swift",
5   "homepage": "https://github.com/g-mark/SwiftPath",
6   "license": "MIT",
7   "authors": {
8     "Steven Grosmark": "steve@g-mark.com"
9   },
10   "source": {
11     "git": "https://github.com/g-mark/SwiftPath.git",
12     "tag": "0.4.0"
13   },
14   "swift_versions": [
15     "4.2",
16     "5",
17     "5.1",
18     "5.2",
19     "5.3",
20     "5.4",
21     "5.5",
22     "5.6",
23     "5.7"
24   ],
25   "source_files": [
26     "Sources",
27     "Sources/**/*.swift"
28   ],
29   "exclude_files": "Sources/Exclude",
30   "frameworks": "Foundation",
31   "platforms": {
32     "ios": "9.0",
33     "osx": "10.12",
34     "tvos": "10.0"
35   },
36   "swift_version": "5.7"