forked from psugand/CodeIgniter-S3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspark.info
23 lines (17 loc) · 820 Bytes
/
spark.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Use this format while developing your own sparks!
# This is the spark name. This should be the registered name of the spark.
# It's only used for informational purposes.
name: amazon-s3
# This is the current version of this spark. All sparks should be in
# x.x.x format. Validation will fail otherwise. This is the version
# that will appear on the website.
version: 1.0.0
# This is the version of CodeIgniter this spark is compatible up to. It should
# be in x.x.x format
compatibility: 2.0.2
# These are other sparks which this spark needs in order to work correctly.
# Dependencies should be in NAME: VERSION format, where NAME is an existing
# spark name, and VERSION is a version in x.x.x format.
dependencies:[]
# These are tags to associate your spark with
tags: ["amazon", "s3", "simple storage"]