[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / b / CommonUtils / 1.2.4 / CommonUtils.podspec.json
blob7c2f9bd09e37a026c005a1e70abe7ff744763cc0
2   "name": "CommonUtils",
3   "version": "1.2.4",
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.2.4"
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   },
33   "resource_bundles": {
34     "ResourceBundle": [
35       "CommonUtils/Resources/Nibs/**/*.*",
36       "CommonUtils/Resources/Images/**/*.*",
37       "CommonUtils/Resources/Sounds/**/*.*",
38       "CommonUtils/Classes/Controllers/Progress/CommonProgress.bundle",
39       "CommonUtils/Classes/SplitViewController/Split.bundle"
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "no-arc",
45       "requires_arc": false,
46       "source_files": [
47         "CommonUtils/Classes/Categories/NSString/GTMNSString+HTML.{h,m}",
48         "CommonUtils/Classes/Categories/NSString/NSString+HTML.{h,m}",
49         "CommonUtils/Classes/Network/CUReachability.{h,m}"
50       ]
51     }
52   ]