blob: 2fecd5fa43ebf076723f6996fe379580e5214473 [file] [log] [blame]
{
"name": "MarketFoxSDK",
"version": "0.1.0",
"summary": "Marketing Automation Simplified",
"description": "Marketfox helps you to convert more visitors into customers by keeping track of their events and automating your marketing campaigns.",
"homepage": "https://www.marketfox.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sojan": "sojan@marketfox.io"
},
"source": {
"git": "https://github.com/sojan-official/marketfox-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MarketFoxSDK/*.{h,m}",
"ios": {
"vendored_libraries": "MarketFoxSDK/libMarketFox.a"
},
"frameworks": [
"UIKit",
"CoreLocation",
"UserNotifications",
"CoreTelephony"
],
"deprecated": true
}