[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 8 / 5 / Hybridge / 1.2.1 / Hybridge.podspec.json
blob7fe0259ce0e169cc32728abd972816a06e9e015c
2   "name": "Hybridge",
3   "version": "1.2.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. \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",
6   "homepage": "https://github.com/telefonicaid/tdigital-hybridge",
7   "license": {
8     "type": "Affero GNU GPL v3",
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.2.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