[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / 8 / 5 / Hybridge / 1.4.1 / Hybridge.podspec.json
blob364d407467d48468c9b124524e7172801d7beb0e
2   "name": "Hybridge",
3   "version": "1.4.1",
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": "1.4.1"
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