blob: 03c885d1e00b4dde798ddbfe69853ac315462b43 [file] [log] [blame]
{
"name": "MendeleyKitiOS",
"version": "3.4.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.4.2"
},
"module_name": "MendeleyKitiOS",
"platforms": {
"ios": "8.0"
},
"source_files": [
"MendeleyKit/MendeleyKitiOS/MendeleyKitiOS.h",
"MendeleyKit/MendeleyKit/*.h",
"MendeleyKit/MendeleyKit/**/*.{h,m,swift}"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}