[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 9 / BenzeneFoundation / 0.5.30 / BenzeneFoundation.podspec.json
blob60f4ee0ab07e60d3ef1c426cf12a6395f8ae5010
2   "name": "BenzeneFoundation",
3   "version": "0.5.30",
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.30"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "subspecs": [
20     {
21       "name": "Foundation",
22       "platforms": {
23         "ios": "7.0",
24         "osx": "10.9"
25       },
26       "requires_arc": true,
27       "xcconfig": {
28         "OTHER_LDFLAGS": "-ObjC"
29       },
30       "source_files": "BenzeneFoundation/BenzeneFoundation/**/*.{h,m}",
31       "public_header_files": "BenzeneFoundation/BenzeneFoundation/**/*.h",
32       "private_header_files": "BenzeneFoundation/BenzeneFoundation/**/*_Internal.h",
33       "frameworks": [
34         "Foundation",
35         "CoreGraphics"
36       ],
37       "dependencies": {
38         "libextobjc": [
39           "~> 0.4"
40         ]
41       }
42     },
43     {
44       "name": "UIKit",
45       "platforms": {
46         "ios": "7.0"
47       },
48       "requires_arc": true,
49       "xcconfig": {
50         "OTHER_LDFLAGS": "-ObjC"
51       },
52       "source_files": "BenzeneFoundation/BenzeneUIKit/**/*.{h,m}",
53       "public_header_files": "BenzeneFoundation/BenzeneUIKit/**/*.h",
54       "resource_bundles": {
55         "BenzeneUIKit": [
56           "BenzeneFoundation/BenzeneUIKit/**/*.{png,pdf,lproj,json,xib,storyboard}"
57         ]
58       },
59       "frameworks": [
60         "Foundation",
61         "CoreGraphics",
62         "UIKit"
63       ],
64       "dependencies": {
65         "BenzeneFoundation/Foundation": [
67         ],
68         "libextobjc": [
69           "~> 0.4"
70         ]
71       }
72     }
73   ]