[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 8 / 5 / Hybridge / 1.2.0 / Hybridge.podspec.json
blob16538b821bb6f022ceab6a4be6734ccb375d5263
2   "name": "Hybridge",
3   "version": "1.2.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. \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.0"
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