[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 0 / c / LTLootsie / 5.1.3 / LTLootsie.podspec.json
blobae4ff67de3a53ce3207ad39bf82c6af8154628d6
2   "name": "LTLootsie",
3   "version": "5.1.3",
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.3"
14   },
15   "default_subspecs": "AdMob",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "LTLootsie/**/*.{h,m}",
24       "public_header_files": "LTLootsie/**/*.h",
25       "private_header_files": "LTLootsie/Vendor/**/*.h",
26       "frameworks": [
27         "Security",
28         "SystemConfiguration",
29         "MobileCoreServices"
30       ]
31     },
32     {
33       "name": "UI",
34       "dependencies": {
35         "LTLootsie/Core": [
37         ]
38       },
39       "source_files": "LTLootsieUI/**/*.{h,m}",
40       "public_header_files": "LTLootsieUI/**/*.h",
41       "private_header_files": "LTLootsieUI/Vendor/**/*.h",
42       "frameworks": "CoreGraphics",
43       "resources": [
44         "LTLootsieUI/Resources/*.{storyboard,xib}",
45         "LTLootsieUI/Resources/Images/*.png"
46       ]
47     },
48     {
49       "name": "AdMob",
50       "dependencies": {
51         "LTLootsie/UI": [
53         ]
54       },
55       "preserve_paths": "ThirdParty/GoogleMobileAds.framework",
56       "vendored_frameworks": "ThirdParty/GoogleMobileAds.framework",
57       "xcconfig": {
58         "GCC_PREPROCESSOR_DEFINITIONS": "USE_ADMOB=1"
59       }
60     },
61     {
62       "name": "Aerserv",
63       "dependencies": {
64         "LTLootsie/UI": [
66         ]
67       },
68       "preserve_paths": "ThirdParty/AerServSDK.framework",
69       "vendored_frameworks": "ThirdParty/AerServSDK.framework",
70       "xcconfig": {
71         "GCC_PREPROCESSOR_DEFINITIONS": "USE_AERSERV=1",
72         "OTHER_LDFLAGS": "-ObjC"
73       },
74       "libraries": "xml2.2"
75     }
76   ]