blob: 4a08f79171b0149d6b3498e02e95c36489a21a31 [file] [log] [blame]
{
"name": "OUSFeedbackSDK",
"version": "0.1.1",
"summary": "OUS Feedback SDK",
"description": "An easy to use digital feedback solution.",
"homepage": "https://gitlab.com/originallyus/feedback-ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"author": "torin@originally.us"
},
"platforms": {
"ios": "10.3"
},
"source": {
"git": "https://gitlab.com/originallyus/feedback-ios-sdk.git",
"tag": "0.1.1"
},
"source_files": "FeedbackSDKFramework/OUSFeedbackSDK/**/*.{h,m}",
"public_header_files": "FeedbackSDKFramework/OUSFeedbackSDK/**/*.h",
"resource_bundles": {
"OUSFeedbackSDK": [
"FeedbackSDKFramework/OUSFeedbackSDK/**/*.{xib,ttf,png}"
]
},
"ios": {
"exclude_files": "Sources/Pods"
},
"requires_arc": true,
"frameworks": "UIKit"
}