blob: ae35dbb60fc9dc68979dad255473ef0dca86a49e [file] [log] [blame]
{
"name": "uservoice-iphone-sdk",
"version": "2.0.7",
"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/iphone",
"license": {
"type": "Apache License, Version 2.0",
"file": "README.md"
},
"authors": "UserVoice",
"source": {
"git": "https://github.com/uservoice/uservoice-iphone-sdk.git",
"tag": "2.0.7"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes/*.{h,m}",
"Categories/*.{h,m}",
"Vendor/**/*.{c,h,m}",
"Include/*.h"
],
"resources": "Resources/*",
"frameworks": [
"QuartzCore",
"SystemConfiguration"
],
"requires_arc": false
}