[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 0 / c / LTLootsie / 5.1.10 / LTLootsie.podspec.json
blobcc96b191eef7669bd61eddda513b3b7b83d1a3c7
2   "name": "LTLootsie",
3   "version": "5.1.10",
4   "license": "MIT",
5   "summary": "The World’s Most Powerful Loyalty Engine",
6   "homepage": "http://www.lootsie.com",
7   "social_media_url": "https://twitter.com/lootsie",
8   "authors": {
9     "Fabio Teles": "pixel4@gmail.com"
10   },
11   "source": {
12     "git": "https://bitbucket.org/LootsieIOS/ios-sdk",
13     "tag": "5.1.10",
14     "submodules": true
15   },
16   "default_subspecs": "AdMob",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "LTLootsie/**/*.{h,m}",
25       "public_header_files": "LTLootsie/**/*.h",
26       "private_header_files": "LTLootsie/Vendor/**/*.h",
27       "frameworks": [
28         "Security",
29         "SystemConfiguration",
30         "MobileCoreServices"
31       ]
32     },
33     {
34       "name": "UI",
35       "dependencies": {
36         "LTLootsie/Core": [
38         ]
39       },
40       "source_files": "LTLootsieUI/**/*.{h,m}",
41       "public_header_files": "LTLootsieUI/**/*.h",
42       "private_header_files": "LTLootsieUI/Vendor/**/*.h",
43       "frameworks": "CoreGraphics",
44       "resources": [
45         "LTLootsieUI/Resources/*.{storyboard,xib}",
46         "LTLootsieUI/Resources/Images/*.png"
47       ]
48     },
49     {
50       "name": "AchievementCore",
51       "dependencies": {
52         "LTLootsie/Core": [
54         ]
55       },
56       "source_files": "LTModule/LTAchievement/Core/**/*.{h,m}",
57       "public_header_files": "LTModule/LTAchievement/Core/**/*.h",
58       "xcconfig": {
59         "GCC_PREPROCESSOR_DEFINITIONS": "ENABLE_ACHIEVEMENT=1"
60       }
61     },
62     {
63       "name": "AchievementUI",
64       "dependencies": {
65         "LTLootsie/AchievementCore": [
67         ],
68         "LTLootsie/UI": [
70         ]
71       },
72       "source_files": "LTModule/LTAchievement/UI/**/*.{h,m}",
73       "public_header_files": "LTModule/LTAchievement/UI/**/*.h"
74     },
75     {
76       "name": "MarketplaceCore",
77       "dependencies": {
78         "LTLootsie/Core": [
80         ]
81       },
82       "source_files": "LTModule/LTMarketplace/Core/**/*.{h,m}",
83       "public_header_files": "LTModule/LTMarketplace/Core/**/*.h",
84       "xcconfig": {
85         "GCC_PREPROCESSOR_DEFINITIONS": "ENABLE_MARKETPLACE=1"
86       }
87     },
88     {
89       "name": "MarketplaceUI",
90       "dependencies": {
91         "LTLootsie/MarketplaceCore": [
93         ],
94         "LTLootsie/UI": [
96         ]
97       },
98       "source_files": "LTModule/LTMarketplace/UI/**/*.{h,m}",
99       "public_header_files": "LTModule/LTMarketplace/UI/**/*.h"
100     },
101     {
102       "name": "InterstitialCore",
103       "dependencies": {
104         "LTLootsie/MarketplaceCore": [
106         ],
107         "LTLootsie/AchievementCore": [
109         ]
110       },
111       "source_files": "LTModule/LTInterstitial/Core/**/*.{h,m}",
112       "public_header_files": "LTModule/LTInterstitial/Core/**/*.h",
113       "xcconfig": {
114         "GCC_PREPROCESSOR_DEFINITIONS": "ENABLE_INTERSTITIAL=1"
115       }
116     },
117     {
118       "name": "InterstitialUI",
119       "dependencies": {
120         "LTLootsie/InterstitialCore": [
122         ],
123         "LTLootsie/MarketplaceUI": [
125         ],
126         "LTLootsie/AchievementUI": [
128         ]
129       },
130       "source_files": "LTModule/LTInterstitial/UI/**/*.{h,m}",
131       "public_header_files": "LTModule/LTInterstitial/UI/**/*.h"
132     },
133     {
134       "name": "AccountCore",
135       "dependencies": {
136         "LTLootsie/Core": [
138         ]
139       },
140       "source_files": "LTModule/LTAccount/Core/**/*.{h,m}",
141       "public_header_files": "LTModule/LTAccount/Core/**/*.h",
142       "xcconfig": {
143         "GCC_PREPROCESSOR_DEFINITIONS": "ENABLE_ACCOUNT=1"
144       }
145     },
146     {
147       "name": "AccountUI",
148       "dependencies": {
149         "LTLootsie/AccountCore": [
151         ],
152         "LTLootsie/UI": [
154         ]
155       },
156       "source_files": "LTModule/LTAccount/UI/**/*.{h,m}",
157       "public_header_files": "LTModule/LTAccount/UI/**/*.h"
158     },
159     {
160       "name": "AdMob",
161       "dependencies": {
162         "LTLootsie/InterstitialUI": [
164         ],
165         "LTLootsie/AccountUI": [
167         ]
168       },
169       "preserve_paths": "ThirdParty/GoogleMobileAds.framework",
170       "vendored_frameworks": "ThirdParty/GoogleMobileAds.framework",
171       "xcconfig": {
172         "GCC_PREPROCESSOR_DEFINITIONS": "USE_ADMOB=1"
173       }
174     },
175     {
176       "name": "Aerserv",
177       "dependencies": {
178         "LTLootsie/InterstitialUI": [
180         ],
181         "LTLootsie/AccountUI": [
183         ]
184       },
185       "preserve_paths": "ThirdParty/AerServSDK.framework",
186       "vendored_frameworks": "ThirdParty/AerServSDK.framework",
187       "xcconfig": {
188         "GCC_PREPROCESSOR_DEFINITIONS": "USE_AERSERV=1",
189         "OTHER_LDFLAGS": "-ObjC"
190       },
191       "libraries": "xml2.2"
192     }
193   ]