[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 4 / d / MXCoreLibrary / 0.0.12 / MXCoreLibrary.podspec.json
blob646910e47e886c9b61596de10274624968b37bc7
2   "name": "MXCoreLibrary",
3   "version": "0.0.12",
4   "summary": "MX Core Library",
5   "description": "MX Core Library By 2017-08-30",
6   "homepage": "http://git.mixiong.mobi/zhiyongwang/MXCoreLibrary.git",
7   "license": "MIT",
8   "authors": {
9     "zhiyongwang": "zhiyongwang@mixiong.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "http://git.mixiong.mobi/zhiyongwang/MXCoreLibrary.git",
16     "tag": "0.0.12"
17   },
18   "source_files": [
19     "MXCoreLibrary",
20     "MXCoreLibrary/**/*.{h,m}"
21   ],
22   "exclude_files": "MXCoreLibrary/Venders",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "Masonry": [
30       "~> 1.0.0"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Venders",
36       "source_files": "MXCoreLibrary/**/Jockey.{h,m}",
37       "public_header_files": "MXCoreLibrary/**/Jockey.h"
38     }
39   ]