-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathspark.info
More file actions
23 lines (19 loc) · 857 Bytes
/
spark.info
File metadata and controls
23 lines (19 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This is the spark name. This should be the registered name of the spark.
# It's only used for informational purposes.
name: ci_flickr_api
# 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: 0.4.0
# This is the version of CodeIgniter this spark is compatible up to. It should
# be in x.x.x format
compatibility: 2.0.0
# 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.
# This is optional, so comment it out if it's unneeded
#dependencies:
# spark-1: 1.0.0
# spark-2: 1.0.0
# These are tags to associate your spark with
tags: ["codeigniter", "flickr", "api"]