blob: 59e36d8feb44298052cb93212411804395e788dc [file] [log] [blame]
{
"name": "BxObjC",
"version": "1.0.14",
"summary": "Objective-C library for all",
"description": "This framework will help iOS developers simplify development",
"homepage": "https://github.com/ByteriX/BxObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Balalaev": "sof.bix@mail.ru"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/ByteriX/BxObjC.git",
"tag": "1.0.14"
},
"source_files": [
"**/Frameworks/**/*.{h,m}",
"**/Sources/**/*.{h,m}"
],
"exclude_files": [
"**/**Tests/**/*.*",
"**/**Test/**/*.*",
"**/iBXDB/**/*.*"
],
"frameworks": [
"Foundation",
"UIKit",
"MapKit",
"CoreLocation"
],
"public_header_files": [
"**/Frameworks/**/*.h",
"**/Sources/**/*.h"
],
"requires_arc": [
"**/BxIconWorkspace**.m",
"**/BxNavigation**.m",
"**/BxPushNotificationMessageQueue.m",
"**/XMLDictionary.m"
],
"resources": [
"**/iBXCommon/**/*.{png}",
"**/iBXData/**/*.{png,xib}",
"**/iBXVcl/**/*.{png,xib}",
"**/iBXMap/**/*.{png,xib}"
],
"resource_bundles": {
"Localization": [
"**/iBXCommon/**/Resources/**/*"
]
}
}