[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / a / 6 / Mantle-HAL-Remix / 1.0.0 / Mantle-HAL-Remix.podspec.json
blob72e301727c6dd2b5851f45817735c6429d4b9d96
2   "name": "Mantle-HAL-Remix",
3   "version": "1.0.0",
4   "summary": "HAL Parser for Objective-C with added strong typing.",
5   "homepage": "https://www.github.com/remixnine/Mantle-HAL-Remix",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Lynn Zhou": "lynn@lynnzhou.com"
12   },
13   "social_media_url": "https://twitter.com/remixnine",
14   "source": {
15     "git": "https://github.com/remixnine/Mantle-HAL-Remix.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "6.0",
20     "osx": "10.8"
21   },
22   "source_files": [
23     "Classes",
24     "*.{h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "Mantle": [
29       "~> 1.5"
30     ]
31   }