| { |
| "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" |
| } |