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