-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0830947
commit b6ea664
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "UserWise", | ||
"version": "1.3.0", | ||
"summary": "UserWise - Understand why your users act", | ||
"swift_versions": "5.0", | ||
"description": "UserWise provides a lightweight, easy to use SDK that allows you to survey your app users to learn why they act the way they do.", | ||
"homepage": "https://userwise.io", | ||
"license": "Commercial", | ||
"source": { | ||
"git": "https://github.com/UserWise/userwise_ios_sdk_podspec.git", | ||
"tag": "1.3.0" | ||
}, | ||
"authors": { | ||
"UserWise Dev Team": "admin@userwise.io" | ||
}, | ||
"platforms": { | ||
"ios": "9.0" | ||
}, | ||
"frameworks": [ | ||
"AdSupport", | ||
"Foundation", | ||
"CoreTelephony", | ||
"UIKit", | ||
"Webkit" | ||
], | ||
"vendored_frameworks": "UserWiseSDK.xcframework", | ||
"requires_arc": true, | ||
"swift_version": "5.0" | ||
} |