[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 0 / b / CommonUtils / 1.5.2 / CommonUtils.podspec.json
blobfb392dc7f0429485c2c56a9cac0cab652f8be6f4
2   "name": "CommonUtils",
3   "version": "1.5.2",
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.5.2"
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     "Google-Mobile-Ads-SDK": [
37     ]
38   },
39   "resource_bundles": {
40     "CommonUtils": [
41       "CommonUtils/Resources/Nibs/**/*.*",
42       "CommonUtils/Resources/Images/**/*.*",
43       "CommonUtils/Resources/Sounds/**/*.*",
44       "CommonUtils/Classes/Controllers/Progress/CommonProgress.bundle",
45       "CommonUtils/Classes/Controllers/Book/CommonBook.bundle",
46       "CommonUtils/Classes/Controllers/BarcodeReader/CommonBarcode.bundle",
47       "CommonUtils/Classes/GameCenter/CommonGameCenter.bundle",
48       "CommonUtils/Classes/SplitViewController/Split.bundle"
49     ]
50   },
51   "frameworks": [
52     "SystemConfiguration",
53     "MobileCoreServices",
54     "CoreTelephony",
55     "AdSupport",
56     "iAd"
57   ],
58   "xcconfig": {
59     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Google-Mobile-Ads-SDK/**\""
60   },
61   "subspecs": [
62     {
63       "name": "no-arc",
64       "requires_arc": false,
65       "source_files": [
66         "CommonUtils/Classes/Categories/NSString/GTMNSString+HTML.{h,m}",
67         "CommonUtils/Classes/Categories/NSString/NSString+HTML.{h,m}",
68         "CommonUtils/Classes/Network/CUReachability.{h,m}"
69       ]
70     }
71   ]