[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / f / a / XtifyLib / 1.1 / XtifyLib.podspec.json
blob4f9dca42131baa446502e599ca2d3934f4ae7234
2   "name": "XtifyLib",
3   "version": "1.1",
4   "summary": "Xtify library for iOS application with CocoaPods integration.",
5   "platforms": {
6     "ios": "6.0"
7   },
8   "authors": {
9     "Dmitriy Kuragin": "dkuragin@ya.ru"
10   },
11   "license": "Apache License, Version 2.0",
12   "homepage": "https://github.com/sstepashka/XtifyLib",
13   "source": {
14     "git": "https://github.com/sstepashka/XtifyLib.git",
15     "tag": "v1.1"
16   },
17   "source_files": "XtifyLib/*.{h,m}",
18   "ios": {
19     "vendored_frameworks": "XtifyLib/XtifyPush.embeddedframework/XtifyPush.framework"
20   },
21   "resources": "XtifyLib/XtifyPush.embeddedframework/Resources/*",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "CoreGraphics",
26     "SystemConfiguration",
27     "MapKit",
28     "CoreData",
29     "MessageUI",
30     "CoreLocation",
31     "CFNetwork",
32     "MobileCoreServices",
33     "CoreTelephony"
34   ],
35   "libraries": [
36     "xml2.2",
37     "z"
38   ],
39   "xcconfig": {
40     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz$(SDKROOT)/usr/include/libxml"
41   },
42   "requires_arc": false