[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / c / d / Mantle-HAL / 1.1.0 / Mantle-HAL.podspec.json
blobd7cffb91121d8230b5d767db71c664ba86344bbe
2   "name": "Mantle-HAL",
3   "version": "1.1.0",
4   "summary": "HAL Parser for Objective-C with added strong typing.",
5   "homepage": "https://github.com/simonrice/Mantle-HAL",
6   "license": "MIT",
7   "authors": {
8     "Simon Rice": "im@simonrice.com"
9   },
10   "source": {
11     "git": "https://github.com/simonrice/Mantle-HAL.git",
12     "tag": "1.1.0"
13   },
14   "social_media_url": "https://twitter.com/_simonrice",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "dependencies": {
23     "Mantle": [
24       "~> 1.5"
25     ]
26   },
27   "module_name": "MantleHAL"