blob: f3f6369e9a7be530097494d1afdb9ac014055fc4 [file] [log] [blame]
{
"name": "LTLootsie",
"version": "5.0.2",
"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.2"
},
"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}"
}
]
}