[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 7 / Argo / 1.0.4 / Argo.podspec.json
blob6f2307d62040791b64990915721b0407332aa43b
2   "name": "Argo",
3   "version": "1.0.4",
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": "v1.0.4"
19   },
20   "source_files": "Argo/**/*.{h,swift}",
21   "requires_arc": true,
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.9"
25   },
26   "dependencies": {
27     "Runes": [
28       ">= 1.2.2"
29     ],
30     "Box": [
31       "~> 1.2"
32     ]
33   }