blob: d298d9e67e99921350a0af491e15be00eea0a877 [file] [log] [blame]
{
"name": "Relax",
"version": "0.1.2",
"summary": "Relax is an API endpoint manager",
"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.",
"homepage": "https://github.com/joalbright/Relax",
"license": "MIT",
"authors": {
"Jo Albright": "me@jo2.co"
},
"source": {
"git": "https://github.com/joalbright/Relax.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/joalbright",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"resource_bundles": {
"Relax": [
"Sources/*.png"
]
},
"dependencies": {
"Encodable": [
"~> 1.0.0"
]
}
}