[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / 5 / 3 / 2 / Ogra / 3.0.0 / Ogra.podspec.json
blob561a0ecea237a4e9d4fc3179fc0e3ef06e5a303f
2   "name": "Ogra",
3   "version": "3.0.0",
4   "summary": "Provides the ability to convert from a model object into an Argo JSON representation.",
5   "description": "A companion project for the Argo library that facilitates converting back from model objects into JSON",
6   "homepage": "https://github.com/edwardaux/Ogra",
7   "license": "MIT",
8   "authors": "Craig Edwards",
9   "source": {
10     "git": "https://github.com/edwardaux/Ogra.git",
11     "tag": "3.0.0"
12   },
13   "dependencies": {
14     "Argo": [
15       "~> 3.0"
16     ]
17   },
18   "source_files": "Ogra/**/*.{h,swift}",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   }