blob: 0b3d61430756ff60907d35137d3d9c640352d7a5 [file] [log] [blame]
{
"name": "MendeleyKitiOS",
"version": "3.5.2",
"summary": "The Mendeley Objective C client SDK.",
"description": "# MendeleyKit\nThe open source Mendeley Objective C Kit.\n\n## Features\n* Access to Mendeley REST API endpoints and handling of JSON responses\n* Provide model classes for essential Mendeley objects such as Mendeley documents\n* OAuth2 authentication and login as well as automatic handling of access refresh",
"homepage": "https://github.com/Mendeley/mendeleykit",
"license": "Apache Licence, Version 2.0",
"authors": {
"Mendeley iOS": "ios@mendeley.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Mendeley/mendeleykit.git",
"tag": "3.5.2"
},
"module_name": "MendeleyKitiOS",
"platforms": {
"ios": "11.0"
},
"source_files": [
"MendeleyKit/MendeleyKitiOS/MendeleyKitiOS.h",
"MendeleyKit/MendeleyKit/*.h",
"MendeleyKit/MendeleyKit/**/*.{h,m,swift}"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}