[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 8 / 5 / Hybridge / 2.0.0 / Hybridge.podspec.json
blobb0eae368385a258fbc12cb9a0956009342b21b24
2   "name": "Hybridge",
3   "version": "2.0.0",
4   "summary": "Yet another javascript / mobile native simple bridge for hybrid apps, back and forth...",
5   "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.",
6   "homepage": "https://github.com/telefonicaid/tdigital-hybridge",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "David Garcia": "davidgarsan@gmail.com",
13     "Guillermo Gonzalez": "gonzalezreal@icloud.com"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/telefonicaid/tdigital-hybridge.git",
20     "tag": "2.0.0"
21   },
22   "source_files": "ios/Hybridge/Hybridge/*.{h,m}",
23   "private_header_files": "ios/Hybridge/Hybridge/NSString+Hybridge.h",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true