[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 0 / b / CommonUtils / 1.1.0 / CommonUtils.podspec.json
blob00090c25353ef539836e2b18597a666ddd88ec18
2   "name": "CommonUtils",
3   "version": "1.1.0",
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@softecspa.it"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://mrcararia@bitbucket.org/mrklteam/commonutils.git",
18     "tag": "1.1.0"
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     "CommonUtils": "CommonUtils/Resources/*.*"
35   },
36   "subspecs": [
37     {
38       "name": "no-arc",
39       "requires_arc": false,
40       "source_files": [
41         "CommonUtils/Classes/Categories/NSString/GTMNSString+HTML.{h,m}",
42         "CommonUtils/Classes/Categories/NSString/NSString+HTML.{h,m}",
43         "CommonUtils/Classes/Network/CUReachability.{h,m}"
44       ]
45     }
46   ]