[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / b / 9 / BenzeneFoundation / 0.5.17.1 / BenzeneFoundation.podspec.json
blob92244173226cd625d85f94532d9c673466869ce0
2   "name": "BenzeneFoundation",
3   "version": "0.5.17.1",
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.17.1"
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         "private_header_files": "BenzeneFoundation/BenzeneUIKit/**/*_Internal.h",
50         "resource_bundles": {
51           "BenzeneUIKit": [
52             "BenzeneFoundation/BenzeneUIKit/**/*.{png,pdf,lproj,json,xib,storyboard}"
53           ]
54         },
55         "frameworks": [
56           "Foundation",
57           "CoreGraphics",
58           "UIKit"
59         ],
60         "dependencies": {
61           "BenzeneFoundation/Foundation": [
63           ],
64           "libextobjc": [
65             "~> 0.4"
66           ]
67         }
68       }
69     }
70   ]