blob: b59a23a3c4c6e0d78a8c68986f7382c883bf17d5 [file] [log] [blame]
{
"name": "MendeleyKitOSX",
"version": "3.4.1",
"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.1"
},
"module_name": "MendeleyKitOSX",
"platforms": {
"osx": "10.9"
},
"source_files": [
"MendeleyKit/MendeleyKitOSX/MendeleyKitOSX.h",
"MendeleyKit/MendeleyKitOSX/AppKit",
"MendeleyKit/MendeleyKit/*.h",
"MendeleyKit/MendeleyKit/**/*.{h,m,swift}"
],
"frameworks": [
"Foundation",
"CoreFoundation",
"AppKit",
"Security",
"WebKit",
"CoreServices"
],
"osx": {
"exclude_files": "MendeleyKit/MendeleyKit/UIKit/*.{h,m,swift}"
},
"swift_version": "4.2"
}