blob: 05eef31deb602d99a78e7962a18e512d27c92349 [file] [log] [blame]
{
"name": "Skyfunnel",
"version": "0.0.1",
"summary": "Know your users best re-engagement time",
"description": "Skyfunnel predicts the best time to re-engage users, by analyzing their footprints inside the App Store applications. Its machine intelligence monitors mobile behavior of each unique user, and determines the best re-engagement time. It is incredibly lightweight, and can be added to an application with a single line of code.",
"homepage": "https://www.skyfunnel.co",
"license": {
"type": "Commercial",
"text": "See https://www.skyfunnel.co/index.php/terms"
},
"authors": {
"SkyFunnel": "support@skyfunnel.co"
},
"social_media_url": "https://twitter.com/skyfunnelco",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/SkyFunnel/Optimal-SkyFunnel-iOS-SDK",
"tag": "0.0.1"
},
"frameworks": [
"CoreGraphics",
"Foundation",
"CoreTelephony",
"UIKit"
],
"weak_frameworks": [
"CoreLocation",
"StoreKit"
],
"preserve_paths": "Astrid.framework",
"documentation_url": "https://www.skyfunnel.co/index.php/documentation",
"ios": {
"vendored_frameworks": "Frameworks/Astrid.framework"
},
"vendored_frameworks": "Astrid.framework",
"xcconfig": {
"OTHER_LDFLAGS": "-all_load -ObjC"
},
"requires_arc": true
}