blob: 4f9dca42131baa446502e599ca2d3934f4ae7234 [file] [log] [blame]
{
"name": "XtifyLib",
"version": "1.1",
"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": "v1.1"
},
"source_files": "XtifyLib/*.{h,m}",
"ios": {
"vendored_frameworks": "XtifyLib/XtifyPush.embeddedframework/XtifyPush.framework"
},
"resources": "XtifyLib/XtifyPush.embeddedframework/Resources/*",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"SystemConfiguration",
"MapKit",
"CoreData",
"MessageUI",
"CoreLocation",
"CFNetwork",
"MobileCoreServices",
"CoreTelephony"
],
"libraries": [
"xml2.2",
"z"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz$(SDKROOT)/usr/include/libxml"
},
"requires_arc": false
}