[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 6 / 0 / c / LTLootsie / 5.0.2 / LTLootsie.podspec.json
blobf3f6369e9a7be530097494d1afdb9ac014055fc4
2   "name": "LTLootsie",
3   "version": "5.0.2",
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://LootsieIOS@bitbucket.org/LootsieIOS/ios-sdk.git",
13     "tag": "5.0.2"
14   },
15   "default_subspecs": "UI",
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": "LTLootsieUI/Resources/*.{png,storyboard,xib}"
44     }
45   ]