[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 8 / 5 / Hybridge / 1.3.4 / Hybridge.podspec.json
blob63b0148185141cf7944cd8ada80a65e0ec57ba16
2   "name": "Hybridge",
3   "version": "1.3.4",
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": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/telefonicaid/tdigital-hybridge.git",
20     "tag": "1.3.4"
21   },
22   "source_files": "ios/Hybridge/Hybridge/*.{h,m}",
23   "private_header_files": [
24     "ios/Hybridge/Hybridge/HYBURLProtocol.h",
25     "ios/Hybridge/Hybridge/NSString+Hybridge.h"
26   ],
27   "frameworks": [
28     "Foundation",
29     "UIKit"
30   ],
31   "requires_arc": true