[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 9 / BenzeneFoundation / 0.5.0 / BenzeneFoundation.podspec.json
blob046f0a71248af3b2042e7cab8c8d259d0073a0b0
2   "name": "BenzeneFoundation",
3   "version": "0.5.0",
4   "summary": "Extension of UIKit and Foundation",
5   "description": "Collections of extensions/utilities from Wantoto Inc. for UIKit and Foundation",
6   "homepage": "https://bitbucket.org/wantoto/wantotokit",
7   "license": "BSD",
8   "authors": {
9     "sodastsai": "sodas@wantoto.com"
10   },
11   "source": {
12     "git": "https://bitbucket.org/wantoto/wantotokit.git",
13     "tag": "v0.5.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "xcconfig": {
20     "OTHER_LDFLAGS": "-ObjC"
21   },
22   "default_subspecs": "Foundation",
23   "subspecs": [
24     {
25       "name": "Foundation",
26       "source_files": "BenzeneFoundation/BenzeneFoundation/**/*.{h,m}",
27       "public_header_files": "BenzeneFoundation/BenzeneFoundation/**/*.h",
28       "private_header_files": "BenzeneFoundation/BenzeneFoundation/**/*_Internal.h",
29       "resource_bundles": {
30         "BenzeneFoundation": [
31           "BenzeneFoundation/BenzeneFoundation/**/*.{png,pdf,lproj,json,xib,storyboard}"
32         ]
33       },
34       "frameworks": [
35         "Foundation",
36         "CoreGraphics"
37       ],
38       "dependencies": {
39         "libextobjc": [
40           "~> 0.4"
41         ]
42       }
43     },
44     {
45       "name": "UIKit",
46       "source_files": "BenzeneFoundation/BenzeneUIKit/**/*.{h,m}",
47       "public_header_files": "BenzeneFoundation/BenzeneUIKit/**/*.h",
48       "private_header_files": "BenzeneFoundation/BenzeneUIKit/**/*_Internal.h",
49       "resource_bundles": {
50         "BenzeneUIKit": [
51           "BenzeneFoundation/BenzeneUIKit/**/*.{png,pdf,lproj,json,xib,storyboard}"
52         ]
53       },
54       "xcconfig": {
55         "GCC_PREPROCESSOR_DEFINITIONS": "BENZENEFOUNDATION_UIKIT_SUPPORTED=1"
56       },
57       "frameworks": [
58         "Foundation",
59         "CoreGraphics",
60         "UIKit"
61       ],
62       "dependencies": {
63         "BenzeneFoundation/Foundation": [
65         ],
66         "libextobjc": [
67           "~> 0.4"
68         ]
69       }
70     }
71   ]