summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2012-10-12 14:35:12 +0200
committerMathias <mathias@spray.cc>2012-10-12 14:35:12 +0200
commit72987d6fa81c944470a1b16c1fa9a727c82c459b (patch)
treedfaeaf63a7f3cdf5cefa7035acf871395ab0700f /src
parente5a7de26dfc8a4bb4410b7ee500624e30bf66650 (diff)
downloadspray-json-72987d6fa81c944470a1b16c1fa9a727c82c459b.tar.gz
spray-json-72987d6fa81c944470a1b16c1fa9a727c82c459b.tar.bz2
spray-json-72987d6fa81c944470a1b16c1fa9a727c82c459b.zip
Finalize 1.2 releasev1.2
Diffstat (limited to 'src')
-rw-r--r--src/main/ls/1.2.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/main/ls/1.2.json b/src/main/ls/1.2.json
new file mode 100644
index 0000000..d085d99
--- /dev/null
+++ b/src/main/ls/1.2.json
@@ -0,0 +1,21 @@
+{
+ "organization" : "io.spray",
+ "name" : "spray-json",
+ "version" : "1.2",
+ "description" : "A Scala library for easy and idiomatic JSON (de)serialization",
+ "site" : "https://github.com/spray/spray-json",
+ "tags" : [ "json" ],
+ "docs" : "http://spray.github.com/spray/api/spray-json/",
+ "resolvers" : [ "http://repo.spray.io" ],
+ "dependencies" : [ {
+ "organization" : "org.parboiled",
+ "name" : "parboiled-scala",
+ "version" : "1.1.1"
+ } ],
+ "scalas" : [ "2.9.2" ],
+ "licenses" : [ {
+ "name" : "Apache 2",
+ "url" : "http://www.apache.org/licenses/LICENSE-2.0.txt"
+ } ],
+ "sbt" : false
+} \ No newline at end of file