blob: c7cb69eaf14d0a7162708b2d2075e8de1f5fe0f6 [file] [log] [blame]
{
"name": "MarketFox",
"version": "0.1.1",
"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-sdk.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MarketFoxSDK/*.{h,m}",
"ios": {
"vendored_libraries": "MarketFoxSDK/libMarketFox.a"
},
"frameworks": [
"CoreLocation",
"UserNotifications",
"UIKit",
"CoreTelephony"
]
}