blob: 4f089ce5e4769c1dba6272fc0cb54f99db0b7bf1 [file] [log] [blame]
{
"name": "uservoice-iphone-sdk",
"version": "3.2.0",
"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.0"
},
"source_files": [
"Classes/*.{h,m}",
"Categories/*.{h,m}",
"Vendor/**/*.{c,h,m}",
"Include/*.h"
],
"resource_bundles": {
"UserVoice": "Resources/*"
},
"frameworks": [
"QuartzCore",
"SystemConfiguration"
],
"requires_arc": true
}