[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / 9 / BenzeneFoundation / 0.5.28 / BenzeneFoundation.podspec.json
blob40d9561f516f16c8ac3328c7b762bf00c0e4a7a0
2   "name": "BenzeneFoundation",
3   "version": "0.5.28",
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.28"
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       "ios": {
47         "source_files": "BenzeneFoundation/BenzeneUIKit/**/*.{h,m}",
48         "public_header_files": "BenzeneFoundation/BenzeneUIKit/**/*.h",
49         "resource_bundles": {
50           "BenzeneUIKit": [
51             "BenzeneFoundation/BenzeneUIKit/**/*.{png,pdf,lproj,json,xib,storyboard}"
52           ]
53         },
54         "frameworks": [
55           "Foundation",
56           "CoreGraphics",
57           "UIKit"
58         ],
59         "dependencies": {
60           "BenzeneFoundation/Foundation": [
62           ],
63           "libextobjc": [
64             "~> 0.4"
65           ]
66         }
67       }
68     }
69   ]