[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 8 / 0 / OXCMantle / 1.0.1 / OXCMantle.podspec.json
blob593edcac4a670fd5297399ba27a9b4f4d36ae13f
2   "name": "OXCMantle",
3   "version": "1.0.1",
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     "张旭东": "xudongzhang999@163.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.0.1"
21   },
22   "requires_arc": true,
23   "source_files": "OXCMantle/Classes/**/*.{h,m}",
24   "dependencies": {
25     "Mantle": [
26       "~> 2.0"
27     ]
28   }