blob: 1c9ae66915bc468bd35be82b59afe22e22c388ed [file] [log] [blame]
{
"name": "IFTTTConnectSDK",
"version": "2.3.4",
"summary": "Allows your users to activate programmable IFTTT Connections directly in your app.",
"description": "- Easily authenticate your services to IFTTT through the Connect Button\n- Configure the Connect Button through code or through interface builder with IBDesignable\n- Configure the ConnectButtonController to handle the Connection activation flow",
"homepage": "https://github.com/IFTTT/ConnectSDK-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Siddharth Sathyam": "siddharth@ifttt.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/IFTTT/ConnectSDK-iOS.git",
"tag": "2.3.4"
},
"source_files": "IFTTT SDK/**/*.swift",
"resource_bundles": {
"IFTTTConnectSDK": [
"IFTTT SDK/Assets.xcassets",
"IFTTT SDK/Localizable.strings"
]
},
"swift_version": "5.0"
}