blob: bc9207f9306e56b536df4fdfe4f1a045d42ee31e [file] [log] [blame]
{
"name": "SwrveSDK",
"version": "4.1.0",
"summary": "iOS SDK for Swrve.",
"homepage": "http://www.swrve.com",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Swrve Mobile Inc or its licensors",
"source": {
"git": "https://github.com/Swrve/swrve-ios-sdk.git",
"tag": "4.1.0"
},
"social_media_url": "https://twitter.com/Swrve_Inc",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Sdk/**/*.{m,h}",
"public_header_files": "Sdk/**/*.h",
"resources": "Sdk/Conversation/Resources/*.*",
"frameworks": [
"UIKit",
"QuartzCore",
"CFNetwork",
"StoreKit",
"Security",
"CoreTelephony",
"MessageUI",
"CoreLocation",
"AddressBook",
"AVFoundation",
"AssetsLibrary",
"Contacts",
"Photos"
],
"libraries": "sqlite3"
}