[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / 3 / 8 / 7 / Argo / 5.0.0 / Argo.podspec.json
blobea3ef006f6061e7021a78a6811f709bb4c05575f
2   "name": "Argo",
3   "version": "5.0.0",
4   "summary": "Functional JSON parsing library for Swift.",
5   "homepage": "https://github.com/thoughtbot/Argo",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Gordon Fontenot": "gordon@thoughtbot.com",
12     "Tony DiPasquale": "tony@thoughtbot.com",
13     "thoughtbot": null
14   },
15   "social_media_url": "http://twitter.com/thoughtbot",
16   "source": {
17     "git": "https://github.com/thoughtbot/Argo.git",
18     "tag": "v5.0.0"
19   },
20   "source_files": "Sources/**/*.{h,swift}",
21   "swift_versions": [
22     5.0
23   ],
24   "dependencies": {
25     "Runes": [
26       ">= 5.0.0"
27     ]
28   },
29   "requires_arc": true,
30   "compiler_flags": "-whole-module-optimization",
31   "platforms": {
32     "ios": "8.0",
33     "osx": "10.9",
34     "watchos": "2.0",
35     "tvos": "9.0"
36   },
37   "swift_version": "5.0"