[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / b / CommonUtils / 1.4.6 / CommonUtils.podspec.json
blob8eb3d22e0ea79f36c5ca6cde07cce4955a38432a
2   "name": "CommonUtils",
3   "version": "1.4.6",
4   "summary": "Common Utilities.",
5   "homepage": "https://bitbucket.org/mrklteam/commonutils",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Karen Lusinyan": "karen.lusinyan.developerios@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://mrcararia@bitbucket.org/mrklteam/commonutils.git",
18     "tag": "1.4.6"
19   },
20   "prefix_header_file": "CommonUtils/Classes/Lib-Prefix.pch",
21   "requires_arc": true,
22   "source_files": "CommonUtils/Classes/**/*.{h,m}",
23   "exclude_files": [
24     "CommonUtils/Classes/Categories/NSString/GTMNSString+HTML.{h,m}",
25     "CommonUtils/Classes/Categories/NSString/NSString+HTML.{h,m}",
26     "CommonUtils/Classes/Network/CUReachability.{h,m}"
27   ],
28   "dependencies": {
29     "AFNetworking": [
31     ],
32     "Canvas": [
34     ]
35   },
36   "resource_bundles": {
37     "CommonUtilsBundle": [
38       "CommonUtils/Resources/Nibs/**/*.*",
39       "CommonUtils/Resources/Images/**/*.*",
40       "CommonUtils/Resources/Sounds/**/*.*",
41       "CommonUtils/Classes/Controllers/Progress/CommonProgress.bundle",
42       "CommonUtils/Classes/Controllers/BarcodeReader/CommonBarcode.bundle",
43       "CommonUtils/Classes/SplitViewController/Split.bundle"
44     ]
45   },
46   "frameworks": [
47     "SystemConfiguration",
48     "MobileCoreServices"
49   ],
50   "subspecs": [
51     {
52       "name": "no-arc",
53       "requires_arc": false,
54       "source_files": [
55         "CommonUtils/Classes/Categories/NSString/GTMNSString+HTML.{h,m}",
56         "CommonUtils/Classes/Categories/NSString/NSString+HTML.{h,m}",
57         "CommonUtils/Classes/Network/CUReachability.{h,m}"
58       ]
59     }
60   ]