blob: ae82d22460d80af862741a48d4284704bfbda6cb [file] [log] [blame]
{
"name": "Liquid",
"version": "1.2.0",
"summary": "Liquid is a platform that enables publishers to dynamically serve their applications based on user profiling, activity and context.",
"homepage": "https://lqd.io/",
"license": "Apache, Version 2.0",
"authors": {
"Liquid Data Intelligence S.A.": "support@lqd.io"
},
"source": {
"git": "https://github.com/lqd-io/liquid-sdk-ios.git",
"tag": "v1.2.0"
},
"social_media_url": "https://twitter.com/onliquid",
"documentation_url": "https://lqd.io/documentation/ios",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"preserve_paths": [
"Liquid.xcodeproj"
],
"frameworks": [
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"CoreLocation",
"CoreGraphics",
"UIKit"
],
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC -all_load"
},
"source_files": "Liquid/**/*.{m,h}",
"public_header_files": "Liquid/**/*.h"
}