[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 2 / 9 / Relax / 0.1.2 / Relax.podspec.json
blobd298d9e67e99921350a0af491e15be00eea0a877
2   "name": "Relax",
3   "version": "0.1.2",
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.2"
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   }