[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 5 / 0 / b / CommonUtils / 1.0.5-beta2 / CommonUtils.podspec.json
blob6674f81c0432d94a5618344456528235412a727a
2   "name": "CommonUtils",
3   "version": "1.0.5-beta2",
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.0.5-beta2"
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": [
30       "~> 1.3.3"
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   ]