[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 8 / 7 / Argo / 3.0.3 / Argo.podspec.json
blob751d4303fa58e6bd365aa8fbca3001de2b6395ca
2   "name": "Argo",
3   "version": "3.0.3",
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": "v3.0.3",
19     "submodules": true
20   },
21   "source_files": [
22     "Argo/**/*.{h,swift}",
23     "Carthage/Checkouts/Runes/Source/Runes.swift"
24   ],
25   "requires_arc": true,
26   "compiler_flags": "-whole-module-optimization",
27   "platforms": {
28     "ios": "8.0",
29     "osx": "10.9",
30     "watchos": "2.0",
31     "tvos": "9.0"
32   }