[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 5 / 0 / b / CommonUtils / 1.6.0-beta2 / CommonUtils.podspec.json
blob47f8df9600276773abe4f3434634c808dc6fab6d
2   "name": "CommonUtils",
3   "version": "1.6.0-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.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.6.0-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   ],
27   "dependencies": {
28     "AFNetworking": [
30     ],
31     "Canvas": [
33     ],
34     "DateTools": [
36     ],
37     "FastImageCache": [
39     ]
40   },
41   "resource_bundles": {
42     "CommonUtils": [
43       "CommonUtils/Resources/Nibs/**/*.*",
44       "CommonUtils/Resources/Images/**/*.*",
45       "CommonUtils/Resources/Sounds/**/*.*",
46       "CommonUtils/Classes/Controllers/Progress/CommonProgress.bundle",
47       "CommonUtils/Classes/Controllers/Book/CommonBook.bundle",
48       "CommonUtils/Classes/Controllers/BarcodeReader/CommonBarcode.bundle",
49       "CommonUtils/Classes/GameCenter/CommonGameCenter.bundle",
50       "CommonUtils/Classes/SplitViewController/Split.bundle"
51     ]
52   },
53   "frameworks": [
54     "SystemConfiguration",
55     "MobileCoreServices",
56     "CoreTelephony"
57   ],
58   "subspecs": [
59     {
60       "name": "no-arc",
61       "requires_arc": false,
62       "source_files": [
63         "CommonUtils/Classes/Categories/NSString/GTMNSString+HTML.{h,m}",
64         "CommonUtils/Classes/Categories/NSString/NSString+HTML.{h,m}"
65       ]
66     }
67   ]