blob: 082786366cea1f478a6c721eb0bf0061783fd188 [file] [log] [blame]
{
"name": "swift-library-glpi",
"version": "1.0.0",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.md"
},
"summary": "GLPI APIs Client Library for Swift for REST",
"homepage": "http://www.glpi-project.org/",
"social_media_url": "https://twitter.com/FlyveMDM",
"authors": {
"Flyve MDM": "apple@teclib.com",
"Hector Rondon": "hrondon@teclib.com"
},
"source": {
"git": "https://github.com/glpi-project/swift-library-glpi.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{swift,h,m}",
"platforms": {
"ios": "10.3"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"requires_arc": true
}