-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUserdive-iOS-SDK.podspec.json
More file actions
28 lines (28 loc) · 1.55 KB
/
Userdive-iOS-SDK.podspec.json
File metadata and controls
28 lines (28 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "Userdive-iOS-SDK",
"version": "1.2.6",
"summary": "USERDIVE For Apps is the only analytics platform which can visualize a real user experience of your app!",
"description": "UNCOVER TRUTH Inc. is the Japan No.1 UI/UX anayltics consulting company provide a analytics tool called \"USERDIVE for apps\". In spite of launched service within a year, more 200 companies utilize the service and improve their UI/UX better. Based on our achievement and experiences in Japan, we want to share our experiences to improve all companies who have problems with their UI/UX. Also, we want to make user-friendly services more and more in the world. USERDIVE for Apps is the best UI/UX analytics tool, which be able to confirm every single users' all of page transition page staying time read content by HEAT MAPS, FUNNEL ANALYTICS and PLAY BACK. Based on UX analytics can achieve more effective improvement which is better than the pervious experience of designers or developers.",
"homepage": "http://www.userdive.com/apps/",
"license": {
"type": "Commercial"
},
"authors": {
"UNCOVER TRUTH Inc.": "sales@uncovertruth.jp"
},
"documentation_url": "http://docs.userdive.com/",
"platforms": {
"ios": "6.0"
},
"frameworks": ["SystemConfiguration"],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"source": {
"http": "https://github.com/uncovertruth/Userdive-iOS-SDK/archive/1.2.6.zip",
"flatten": true
},
"source_files": "Userdive/Libs/Headers/Userdive.h",
"vendored_libraries": "Userdive/Libs/libUserdive.a"
}