[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / 5 / 3 / 2 / Ogra / 2.1.0 / Ogra.podspec.json
blob7cc0e792c91a915f14a82e0bf70b5e0b2fab5294
2   "name": "Ogra",
3   "version": "2.1.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": "2.1.0"
12   },
13   "dependencies": {
14     "Argo": [
16     ]
17   },
18   "source_files": "Ogra/**/*.{h,swift}",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   }