blob: 0dfc7e292bfe65d4a10d53c028b838bdcf2b4a0b [file] [log] [blame]
{
"name": "uservoice-iphone-sdk",
"version": "3.2.12",
"summary": "UserVoice iOS SDK for iPhone and iPad apps.",
"description": "UserVoice for iOS allows you to embed UserVoice directly in your iPhone or iPad app.",
"homepage": "http://www.uservoice.com/mobile",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.md"
},
"authors": "UserVoice",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/uservoice/uservoice-ios-sdk.git",
"tag": "3.2.12"
},
"source_files": [
"Classes/*.{h,m}",
"Categories/*.{h,m}",
"Vendor/**/*.{c,h,m}",
"Include/*.h"
],
"resource_bundles": {
"UserVoice": "Resources/*"
},
"frameworks": [
"QuartzCore",
"SystemConfiguration"
],
"requires_arc": true
}