blob: 25e489fbc0eb450d39e337551fc2fde0e3d99cfb [file] [log] [blame]
{
"name": "BenzeneFoundation",
"version": "0.5.21",
"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.21"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"default_subspecs": "Foundation",
"subspecs": [
{
"name": "Foundation",
"source_files": "BenzeneFoundation/BenzeneFoundation/**/*.{h,m}",
"public_header_files": "BenzeneFoundation/BenzeneFoundation/**/*.h",
"private_header_files": "BenzeneFoundation/BenzeneFoundation/**/*_Internal.h",
"resource_bundles": {
"BenzeneFoundation": [
"BenzeneFoundation/BenzeneFoundation/**/*.{png,pdf,lproj,json,xib,storyboard}"
]
},
"frameworks": [
"Foundation",
"CoreGraphics"
],
"dependencies": {
"libextobjc": [
"~> 0.4"
]
}
},
{
"name": "UIKit",
"ios": {
"source_files": "BenzeneFoundation/BenzeneUIKit/**/*.{h,m}",
"public_header_files": "BenzeneFoundation/BenzeneUIKit/**/*.h",
"private_header_files": "BenzeneFoundation/BenzeneUIKit/**/*_Internal.h",
"resource_bundles": {
"BenzeneUIKit": [
"BenzeneFoundation/BenzeneUIKit/**/*.{png,pdf,lproj,json,xib,storyboard}"
]
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"BenzeneFoundation/Foundation": [
],
"libextobjc": [
"~> 0.4"
]
}
}
}
]
}