[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 2 / 9 / Relax / 0.1.1 / Relax.podspec.json
blob091faa855c34ab8d5f9e59a9448d133a60b19af2
2   "name": "Relax",
3   "version": "0.1.1",
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": "0.1.1"
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   }