[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 5 / 8 / 0 / OXCMantle / 1.1.0 / OXCMantle.podspec.json
blobeace6fc4a252345bf6823a8f1fe909f1c83c3109
2   "name": "OXCMantle",
3   "version": "1.1.0",
4   "summary": "在Mantle的基础上夹生了类型验证,修复了一些bug",
5   "description": "在Mantle的基础上夹生了类型验证,修复了一些bug\n修复了64位NSInteger不能正常转换的问题",
6   "homepage": "https://github.com/hytzxd/OXCMantle",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "张旭东": "308325102@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/hytzxd/OXCMantle.git",
19     "branch": "master",
20     "tag": "1.1.0"
21   },
22   "requires_arc": true,
23   "source_files": "OXCMantle/Classes/*.{h}",
24   "dependencies": {
25     "Mantle": [
26       "~> 2.0.7"
27     ]
28   },
29   "frameworks": "Foundation",
30   "subspecs": [
31     {
32       "name": "OXCValidation",
33       "source_files": "OXCMantle/Classes/OXCValidation/**/*.{h,m}",
34       "public_header_files": "OXCMantle/Classes/OXCValidation/**/*.{h}"
35     },
36     {
37       "name": "OXCModel",
38       "source_files": "OXCMantle/Classes/OXCModel/*.{h,m}",
39       "public_header_files": "OXCMantle/Classes/OXCModel/**/*.{h}",
40       "dependencies": {
41         "Mantle": [
42           "~> 2.0.7"
43         ],
44         "OXCMantle/OXCValidation": [
46         ]
47       }
48     }
49   ]