[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / f / 2 / 9 / Relax / 1.0.0 / Relax.podspec.json
blob4328088b6e16cd003df529363a858f3f421abdf4
2   "name": "Relax",
3   "version": "1.0.0",
4   "summary": "Relax is an API endpoint manager",
5   "description": "Relax allows you to build all of your endpoints up front and call them with dynamic parameters later. Reduces code drastically, along with allowing you to have one place to manage all endpoints. Prebuilt API endpoint collections coming soon.",
6   "homepage": "https://github.com/joalbright/Relax",
7   "license": "MIT",
8   "authors": {
9     "Jo Albright": "me@jo2.co"
10   },
11   "source": {
12     "git": "https://github.com/joalbright/Relax.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/joalbright",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/**/*",
21   "resource_bundles": {
22     "Relax": [
23       "Sources/*.png"
24     ]
25   },
26   "dependencies": {
27     "Encodable": [
28       "~> 1.0.0"
29     ]
30   }