[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 8 / 3 / FlowUpIOSSDK / 0.0.1 / FlowUpIOSSDK.podspec.json
blob728905267ce145281151da761a4fbbd107a65252
2   "name": "FlowUpIOSSDK",
3   "version": "0.0.1",
4   "summary": "iOS SDK to collect performance metrics easily using https://flowup.io.",
5   "homepage": "https://flowup.io",
6   "license": {
7     "type": "Commercial",
8     "text": "See https://flowup.io/"
9   },
10   "authors": {
11     "FlowUp": "flowup@karumi.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/Karumi/FlowUpIOSSDK.git",
18     "tag": "0.0.1"
19   },
20   "frameworks": "SystemConfiguration",
21   "module_name": "FlowUp",
22   "source_files": "SDK/FlowUp.h",
23   "xcconfig": {
24     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/FlowUpIOSSDK"
25   },
26   "module_map": "SDK/module.modulemap",
27   "public_header_files": "SDK/FlowUp.h",
28   "vendored_libraries": "libFlowUpIOSSDK.a",
29   "libraries": "sqlite3",
30   "requires_arc": true