blob: 790be90207e69bfab260b60824a786096b128509 [file] [log] [blame]
{
"name": "Hybridge",
"version": "1.4.0",
"summary": "Yet another javascript / mobile native simple bridge for hybrid apps, back and forth...",
"description": "When developing hybrid apps surely you'll need to access different native features and resources.\nOut there are plenty of bridge solutions. Hybridge tries to make easy communication and data\nexchanging between native (iOS & Android) and Javascript worlds, avoiding too much overhead.",
"homepage": "https://github.com/telefonicaid/tdigital-hybridge",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"David Garcia": "davidgarsan@gmail.com",
"Guillermo Gonzalez": "gonzalezreal@icloud.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/telefonicaid/tdigital-hybridge.git",
"tag": "1.4.0"
},
"source_files": "ios/Hybridge/Hybridge/*.{h,m}",
"private_header_files": [
"ios/Hybridge/Hybridge/HYBURLProtocol.h",
"ios/Hybridge/Hybridge/NSString+Hybridge.h"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}