[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 6 / 0 / c / LTLootsie / 5.0.0 / LTLootsie.podspec.json
blobf697b1a9e07e7d60fd69aa6b8feed9da56288d0f
2   "name": "LTLootsie",
3   "version": "5.0.0",
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.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "public_header_files": "LTLootsie/**/*.h",
20   "source_files": "LTLootsie/LTLootsie.h",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "LTLootsie/**/*.{h,m}",
25       "frameworks": [
26         "Security",
27         "SystemConfiguration",
28         "MobileCoreServices"
29       ]
30     },
31     {
32       "name": "UI",
33       "dependencies": {
34         "LTLootsie/Core": [
36         ]
37       },
38       "source_files": "LTLootsieUI/**/*.{h,m}",
39       "frameworks": "CoreGraphics",
40       "resources": "LTLootsieUI/Resources/*.{png,storyboard,xib}"
41     }
42   ]