blob: 2fe27cd3ead4a6068302d1baf74c86ee9c0183c7 [file] [log] [blame]
{
"name": "uservoice-iphone-sdk",
"version": "2.0.10",
"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.10"
},
"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
}