blob: f697b1a9e07e7d60fd69aa6b8feed9da56288d0f [file] [log] [blame]
{
"name": "LTLootsie",
"version": "5.0.0",
"license": "MIT",
"summary": "The World’s Most Powerful Loyalty Engine",
"homepage": "http://www.lootsie.com",
"social_media_url": "https://twitter.com/lootsie",
"authors": {
"Fabio Teles": "pixel4@gmail.com"
},
"source": {
"git": "https://LootsieIOS@bitbucket.org/LootsieIOS/ios-sdk.git",
"tag": "5.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"public_header_files": "LTLootsie/**/*.h",
"source_files": "LTLootsie/LTLootsie.h",
"subspecs": [
{
"name": "Core",
"source_files": "LTLootsie/**/*.{h,m}",
"frameworks": [
"Security",
"SystemConfiguration",
"MobileCoreServices"
]
},
{
"name": "UI",
"dependencies": {
"LTLootsie/Core": [
]
},
"source_files": "LTLootsieUI/**/*.{h,m}",
"frameworks": "CoreGraphics",
"resources": "LTLootsieUI/Resources/*.{png,storyboard,xib}"
}
]
}