blob: ee9df04e4dfe9f670f6f28fe67b7eae10e340bd8 [file] [log] [blame]
{
"name": "RestKitUI",
"version": "0.1.3",
"summary": "An alpha stage REST Framework for iOS",
"description": "A very early stage Framework thought to create your own REST Services Class to be easy to implement and maintain.",
"homepage": "https://github.com/GiumaSoft/RestKitUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Giuseppe Mazzilli": "giuseppe.mazzilli@icloud.com"
},
"source": {
"git": "https://github.com/GiumaSoft/RestKitUI.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "RestKitUI/Classes/**/*",
"swift_version": "5.1"
}