[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 7 / Argo / 4.1.2 / Argo.podspec.json
blobc9cfd8e78daa3065a78e7ab103ec235e0387dbac
2   "name": "Argo",
3   "version": "4.1.2",
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": "v4.1.2"
19   },
20   "source_files": "Sources/**/*.{h,swift}",
21   "dependencies": {
22     "Runes": [
23       ">= 4.0.0"
24     ]
25   },
26   "requires_arc": true,
27   "compiler_flags": "-whole-module-optimization",
28   "platforms": {
29     "ios": "8.0",
30     "osx": "10.9",
31     "watchos": "2.0",
32     "tvos": "9.0"
33   },
34   "pushed_with_swift_version": "3.0"