blob: 5a0e62e4f227891e64c4151bff5e2fcf0eed87d2 [file] [log] [blame]
{
"name": "Liquid",
"version": "0.9.3-beta",
"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": "v0.9.3-beta"
},
"social_media_url": "https://twitter.com/lqd_io",
"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"
}