blob: aba9b2766b5f773f8f4b70006fcb3e259e24c4ae [file] [log] [blame]
{
"name": "LTLootsie",
"version": "5.0.1",
"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.1"
},
"default_subspecs": "UI",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "LTLootsie/**/*.{h,m}",
"public_header_files": "LTLootsie/**/*.h",
"private_header_files": "LTLootsie/Vendor/**/*.h",
"frameworks": [
"Security",
"SystemConfiguration",
"MobileCoreServices"
]
},
{
"name": "UI",
"dependencies": {
"LTLootsie/Core": [
]
},
"source_files": "LTLootsieUI/**/*.{h,m}",
"public_header_files": "LTLootsieUI/**/*.h",
"private_header_files": "LTLootsieUI/Vendor/**/*.h",
"frameworks": "CoreGraphics",
"resources": "LTLootsieUI/Resources/*.{png,storyboard,xib}"
}
]
}