[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 1 / 4 / Stork / 0.1.1 / Stork.podspec.json
blobb56f163f44ca7cb86da4a36962c11cfae0d0c0c3
2   "name": "Stork",
3   "version": "0.1.1",
4   "summary": "Deploy hybrid apps from anywhere to any device in seconds",
5   "description": "                    Deploy hybrid apps from anywhere to any device in seconds - http://www.storkhq.io\n",
6   "homepage": "https://github.com/StorkHQ/stork-ios",
7   "license": "MIT",
8   "authors": {
9     "Josh Holtz": "josh@rokkincat.com"
10   },
11   "source": {
12     "git": "https://github.com/StorkHQ/stork-ios.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "libraries": "z",
20   "public_header_files": [
21     "Classes/StorkCore/*.h",
22     "Classes/StorkPlugins/*.h",
23     "Classes/StorkConsole/*.h",
24     "Classes/StorkLoader/*.h"
25   ],
26   "source_files": [
27     "Classes/StorkCore/*.{h,m}",
28     "Classes/StorkPlugins/*.{h,m}",
29     "Classes/StorkConsole/*.{h,m}",
30     "Classes/StorkLoader/*.{h,m}"
31   ],
32   "resources": [
33     "Classes/StorkConsole/StorkConsoleViewController.xib",
34     "Classes/StorkLoader/StorkLoaderViewController.xib"
35   ],
36   "dependencies": {
37     "SSZipArchive": [
38       "~> 0.3.1"
39     ]
40   }