blob: b55f361c4cac708d9b23c94069a7826f60ff4345 [file] [log] [blame]
{
"name": "uservoice-iphone-sdk",
"version": "3.0.1",
"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": "README.md"
},
"authors": "UserVoice",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/uservoice/uservoice-ios-sdk.git",
"tag": "3.0.1"
},
"source_files": [
"Classes/*.{h,m}",
"Categories/*.{h,m}",
"Vendor/**/*.{c,h,m}",
"Include/*.h"
],
"resources": "Resources/*",
"frameworks": [
"QuartzCore",
"SystemConfiguration"
],
"requires_arc": true
}