blob: 7e39e34970c44a9094fdffedd7a921ba9d3abaa4 [file] [log] [blame]
{
"name": "APILayer",
"version": "1.0.1",
"summary": "A library to make sending API Requests, caching responses and mocking responses easier",
"homepage": "https://github.com/livestyled/ios-playbook/tree/master",
"license": {
"type": "GNU GPLv3",
"file": "licence.txt"
},
"authors": {
"Jonathon Albert": "Jonathon.albert@livestyled.com",
"Ross Patman": "Ross.patman@livestyled.com",
"Mickey Lee": "Mickey.lee@livestyled.com",
"Emal Saifi": "Emal.saifi@livestyled.com"
},
"platforms": {
"ios": "12.4"
},
"swift_versions": "5.0",
"source": {
"git": "https://bitbucket.org/J_Albert/api-layer.git",
"tag": "1.0.1"
},
"source_files": [
"APILayer",
"APILayer/**/*.{swift,h}"
],
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"swift_version": "5.0"
}