[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / 3 / Liquid / 2.3.1 / Liquid.podspec.json
blob295c56439fb528138b79feb2d2c2be82338abe30
2   "name": "Liquid",
3   "version": "2.3.1",
4   "summary": "Liquid is a platform that enables publishers to dynamically serve their applications based on user profiling, activity and context.",
5   "homepage": "https://onliquid.com/",
6   "license": "Apache, Version 2.0",
7   "authors": {
8     "Liquid Data Intelligence S.A.": "support@onliquid.com"
9   },
10   "source": {
11     "git": "https://github.com/lqd-io/liquid-sdk-ios.git",
12     "tag": "v2.3.1"
13   },
14   "social_media_url": "https://twitter.com/onliquid",
15   "documentation_url": "https://lqd.io/documentation/ios",
16   "platforms": {
17     "ios": "6.0",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "preserve_paths": [
23     "Liquid.xcodeproj"
24   ],
25   "ios": {
26     "frameworks": [
27       "CFNetwork",
28       "Security",
29       "Foundation",
30       "SystemConfiguration",
31       "CoreTelephony",
32       "CoreLocation",
33       "CoreGraphics",
34       "UIKit"
35     ],
36     "libraries": [
37       "icucore"
38     ],
39     "dependencies": {
40       "SocketRocket": "~> 0.5",
41       "Aspects": "~> 1.4"
42     },
43     "xcconfig": {
44       "OTHER_LDFLAGS": "$(inherited) -ObjC -all_load -licucore"
45     },
46     "resources": "Liquid/**/*.xib",
47     "exclude_files": "Liquid/**/*[wW]atchOS*.[mh]"
48   },
49   "tvos": {
50     "frameworks": [
51       "Foundation",
52       "SystemConfiguration",
53       "CoreLocation",
54       "CoreGraphics",
55       "UIKit"
56     ],
57     "resources": [
59     ],
60     "exclude_files": [
61       "Liquid/**/*[iI]OS*.[mh]",
62       "Liquid/**/*[wW]atchOS*.[mh]",
63       "Liquid/Model/LQCallToAction.[mh]",
64       "Liquid/Model/LQInAppMessage*.[mh]",
65       "Liquid/LQNetworkingURLConnection.[mh]",
66       "Liquid/Views/*.{m,h,xib}",
67       "Liquid/ViewControllers/*.[mh]",
68       "Liquid/LQUIElement*.[mh]",
69       "Liquid/Model/LQWeakValue.[mh]",
70       "Liquid/Model/LQLightweightSet.[mh]",
71       "Liquid/Model/LQUIElement.[mh]",
72       "Liquid/Model/LQWireframeLayer.[mh]",
73       "Liquid/Categories/*+LQChangeable.[mh]"
74     ]
75   },
76   "watchos": {
77     "frameworks": [
79     ],
80     "xcconfig": {
81       "OTHER_LDFLAGS": "$(inherited) -ObjC -all_load"
82     },
83     "resources": [
85     ],
86     "exclude_files": [
87       "Liquid/**/*[iI]OS*.[mh]",
88       "Liquid/**/*[tV]vOS*.[mh]",
89       "Liquid/Model/LQCallToAction.[mh]",
90       "Liquid/Model/LQInAppMessage*.[mh]",
91       "Liquid/LQNetworkingURLConnection.[mh]",
92       "Liquid/Views/*.{m,h,xib}",
93       "Liquid/ViewControllers/*.[mh]",
94       "Liquid/LQUIElement*.[mh]",
95       "Liquid/Model/LQWeakValue.[mh]",
96       "Liquid/Model/LQLightweightSet.[mh]",
97       "Liquid/Model/LQUIElement.[mh]",
98       "Liquid/Model/LQWireframeLayer.[mh]",
99       "Liquid/Categories/*+LQChangeable.[mh]"
100     ]
101   },
102   "source_files": "Liquid/**/*.{m,h}",
103   "public_header_files": "Liquid/**/*.h",
104   "exclude_files": [
105     "Liquid/Lib/Aspects/**/*",
106     "Liquid/Lib/SocketRocket/**/*"
107   ]