PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   Apple iOS build   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Apple iOS build
Get the version of a iOS build and version codes
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 612 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/apple-ios-build-version", "type": "library", "description": "Associative array of iOS build and version codes.", "keywords": ["apple", "ios", "version", "user-agent"], "homepage": "https://github.com/peterkahl/Apple-iOS-build", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "homepage": "https://github.com/peterkahl", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "peterkahl\\iOSbuild\\": "src/" } } }