blob: 6615034ca1715f0523c9efcea11993fd02c106e6 [file] [log] [blame]
{
"name": "BranchInvite",
"version": "0.1.0",
"summary": "Invitation functionality for use in conjunction with the Branch iOS SDK",
"description": "- Want the highest possible conversions on your invite feature?\n- Want to measure the k-factor of your invite feature?\n- Want custom onboarding post install?\n- Want it all for free?\n\nUse the Branch SDK (branch.io) to create and power the links that point back to your apps for all of these things and more. Branch makes it incredibly simple to create powerful deep links that can pass data across app install and open while handling all edge cases (using on desktop vs. mobile vs. already having the app installed, etc). Best of all, it's really simple to start using the links for your own app: only 2 lines of code to register the deep link router and one more line of code to create the links with custom data.\n",
"homepage": "https://branch.io",
"screenshots": "https://s3-us-west-1.amazonaws.com/branch-guides/click_open.gif",
"authors": {
"Graham Mueller": "graham.mueller315@gmail.com"
},
"license": "Proprietary",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/BranchMetrics/Branch-iOS-Invite-SDK.git",
"tag": "0.1.0"
},
"source_files": "Classes/**/*.{h,m}",
"frameworks": "MessageUI",
"resource_bundles": {
"BranchInvite": [
"Resources/*"
]
},
"dependencies": {
"Branch": [
],
"HMSegmentedControl": [
]
}
}