[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 8 / b / XLCUtils / 0.1.1 / XLCUtils.podspec.json
blob920d6305f02f9ef2825210ac2246f29ae423a235
2   "name": "XLCUtils",
3   "version": "0.1.1",
4   "summary": "Some Objective-C Utilities",
5   "homepage": "https://github.com/xlc/XLCUtils",
6   "license": "MIT",
7   "authors": {
8     "Xiliang Chen": "xlchen1291@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/xlc/XLCUtils.git",
12     "tag": "0.1.1"
13   },
14   "source_files": "XLCUtils/**/*.{h,hh,m,mm}",
15   "exclude_files": "XLCUtils/NSObject+XLCUtilsMemoryDebug.{h,m}",
16   "dependencies": {
17     "CocoaLumberjack": [
18       "~> 2.0.0-beta"
19     ]
20   },
21   "ios": {
22     "exclude_files": "**/osx/**"
23   },
24   "osx": {
25     "exclude_files": "**/ios/**"
26   },
27   "private_header_files": "**/*Private.h",
28   "requires_arc": true,
29   "platforms": {
30     "ios": "6.0",
31     "osx": "10.8"
32   },
33   "subspecs": [
34     {
35       "name": "no-arc",
36       "source_files": "XLCUtils/NSObject+XLCUtilsMemoryDebug.{h,m}",
37       "requires_arc": false
38     }
39   ]