[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 5 / 0 / b / CommonUtils / 1.5.0-beta25 / CommonUtils.podspec.json
blobc1344468eaf5e806a00b237eed3aa0721838f15d
2   "name": "CommonUtils",
3   "version": "1.5.0-beta25",
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.0-beta25"
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     "CommonUtils": [
38       "CommonUtils/Resources/Nibs/**/*.*",
39       "CommonUtils/Resources/Images/**/*.*",
40       "CommonUtils/Resources/Sounds/**/*.*",
41       "CommonUtils/Classes/Controllers/Progress/CommonProgress.bundle",
42       "CommonUtils/Classes/Controllers/Book/CommonBook.bundle",
43       "CommonUtils/Classes/Controllers/BarcodeReader/CommonBarcode.bundle",
44       "CommonUtils/Classes/SplitViewController/Split.bundle"
45     ]
46   },
47   "frameworks": [
48     "SystemConfiguration",
49     "MobileCoreServices",
50     "CoreTelephony",
51     "AdSupport",
52     "iAd",
53     "GameKit"
54   ],
55   "subspecs": [
56     {
57       "name": "no-arc",
58       "requires_arc": false,
59       "source_files": [
60         "CommonUtils/Classes/Categories/NSString/GTMNSString+HTML.{h,m}",
61         "CommonUtils/Classes/Categories/NSString/NSString+HTML.{h,m}",
62         "CommonUtils/Classes/Network/CUReachability.{h,m}"
63       ]
64     }
65   ]