[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / d / c / GAHybridKit / 1.0.0 / GAHybridKit.podspec.json
blobf9f05684ff7cabd54393b339830c109a5d47d7b4
2   "name": "GAHybridKit",
3   "version": "1.0.0",
4   "summary": "iOS version of HybridKit, a pseudo Web <-> iOS/Android bridge. Custom from HybridKit-iOS",
5   "homepage": "http://www.github.com/clayallsopp/HybridKit-iOS",
6   "authors": {
7     "Mert Dumenci": "mert@dumenci.me",
8     "Clay Allsopp": "clay@usepropeller.com",
9     "DaiCaGa": "ngoangvang@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/daicaga/GAHybridKit.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "6.1"
17   },
18   "source_files": [
19     "Classes",
20     "HybridKit/HybridKit/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "license": {
24     "type": "MIT",
25     "file": "LICENSE"
26   },
27   "dependencies": {
28     "SVProgressHUD": [
29       "~> 1.0"
30     ],
31     "HexColors": [
32       "~> 2.0"
33     ],
34     "TransitionKit": [
35       "~> 2.1"
36     ],
37     "BlocksKit": [
38       "~> 2.2"
39     ]
40   }