blob: bafa20a198fa6b033e46302cd5763997fb530b83 [file] [log] [blame]
{
"name": "BenzeneFoundation",
"version": "0.5.41",
"summary": "Extension of UIKit and Foundation",
"description": "Collections of extensions/utilities from Wantoto Inc. for UIKit and Foundation",
"homepage": "https://bitbucket.org/wantoto/wantotokit",
"license": "BSD",
"authors": {
"sodastsai": "sodas@wantoto.com"
},
"source": {
"git": "https://bitbucket.org/wantoto/wantotokit.git",
"tag": "v0.5.41"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"subspecs": [
{
"name": "Foundation",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"source_files": "BenzeneFoundation/BenzeneFoundation/**/*.{h,m}",
"public_header_files": "BenzeneFoundation/BenzeneFoundation/**/*.h",
"private_header_files": "BenzeneFoundation/BenzeneFoundation/**/*_Internal.h",
"frameworks": [
"Foundation",
"CoreGraphics"
],
"dependencies": {
"libextobjc": [
"~> 0.4"
]
}
},
{
"name": "UIKit",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"source_files": "BenzeneFoundation/BenzeneUIKit/**/*.{h,m}",
"public_header_files": "BenzeneFoundation/BenzeneUIKit/**/*.h",
"resource_bundles": {
"BenzeneUIKit": [
"BenzeneFoundation/BenzeneUIKit/**/*.{png,pdf,lproj,json,xib,storyboard}"
]
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"BenzeneFoundation/Foundation": [
],
"libextobjc": [
"~> 0.4"
]
}
}
]
}