blob: c844074b4115f73d7cde53bf4a356d34d3688216 [file] [log] [blame]
{
"name": "Donky-Automation-Logic",
"version": "4.7.0.0",
"summary": "The Automation logic",
"description": "Use this module to trigger autoatmed events within the Donky Network from your client applications.",
"homepage": "https://github.com/Donky-Network/DonkySDK-iOS-Modular",
"license": "MIT",
"authors": {
"Donky Networks Ltd": "sdk@mobiledonky.com"
},
"source": {
"git": "https://github.com/Donky-Network/DonkySDK-iOS-Modular.git",
"tag": "v4.7.0.0"
},
"social_media_url": "https://twitter.com/mobiledonky",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "src/modules/Automation/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Donky-Core-SDK": [
]
}
}