Skip to content

Commit

Permalink
Merge pull request blynkkk#149 from ivankravets/patch-3
Browse files Browse the repository at this point in the history
Add version, export and build fields
  • Loading branch information
doom369 authored Aug 22, 2016
2 parents a01fc44 + e9ff32a commit d35d37d
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Blynk",
"version": "0.3.8",
"description": "Build a smartphone app for your project in minutes. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Banana Pro, LeMaker Guitar, Energia, MBED, LightBlue Bean, ...",
"keywords": "framework, iot, home, automation, esp8266, m2m, smartphone, mobile, app, web, cloud, widgets, wifi, ble, ethernet, usb, serial",
"authors":
Expand All @@ -13,9 +14,23 @@
"type": "git",
"url": "https://github.com/blynkkk/blynk-library.git"
},
"url": "http://www.blynk.cc",
"exclude": "linux",
"homepage": "http://www.blynk.cc",
"export": {
"exclude": [
"linux",
"extras",
"scripts",
"tests"
]
},
"frameworks": [ "arduino", "energia", "mbed", "wiringpi" ],
"platforms": [ "atmelavr", "atmelsam", "espressif", "nordicnrf51", "titiva", "timsp430", "native" ],
"examples": "examples/*/*/*.ino"
"examples": "examples/*/*/*.ino",
"build": {
"srcFilter": [
"+<*.c>",
"+<*.cpp>",
"+<*.h>"
]
}
}

0 comments on commit d35d37d

Please sign in to comment.