blob: 1903ba77877607b918775ad6da2a542330e6767c [file] [log] [blame]
{
"name": "XtifyLib",
"version": "2.51",
"summary": "Xtify library for iOS application with CocoaPods integration.",
"platforms": {
"ios": "6.0"
},
"authors": {
"Dmitriy Kuragin": "dkuragin@ya.ru"
},
"license": "Apache License, Version 2.0",
"homepage": "https://github.com/sstepashka/XtifyLib",
"source": {
"git": "https://github.com/sstepashka/XtifyLib.git",
"tag": "v2.51"
},
"ios": {
"dependencies": {
"Reachability": [
],
"SBJson": [
],
"ASIHTTPRequest": [
]
},
"vendored_frameworks": "XtifyLib/XtifyPushNoDependencies.framework"
},
"source_files": [
"XtifyLib/**/*.{h,m}",
"XtifyLib/XtifyPushNoDependencies.framework"
],
"preserve_paths": "XtifyLib/XtifyPushNoDependencies.framework/*",
"frameworks": [
"XtifyPushNoDependencies",
"Foundation",
"UIKit",
"CoreGraphics",
"SystemConfiguration",
"MapKit",
"CoreData",
"MessageUI",
"CoreLocation",
"CFNetwork",
"MobileCoreServices",
"CoreTelephony"
],
"libraries": [
"xml2.2",
"z"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/XtifyLib\"",
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz$(SDKROOT)/usr/include/libxml"
},
"requires_arc": false
}