blob: 16538b821bb6f022ceab6a4be6734ccb375d5263 [file] [log] [blame]
{
"name": "Hybridge",
"version": "1.2.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. \n Out there are plenty of bridge solutions. Hybridge tries to make easy communication and data \n exchanging between native (iOS & Android) and Javascript worlds, avoiding too much overhead.\n",
"homepage": "https://github.com/telefonicaid/tdigital-hybridge",
"license": {
"type": "Affero GNU GPL v3",
"file": "LICENSE.txt"
},
"authors": {
"David Garcia": "davidgarsan@gmail.com",
"Guillermo Gonzalez": "gonzalezreal@icloud.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/telefonicaid/tdigital-hybridge.git",
"tag": "1.2.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
}