[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / 8 / Userpilot / 0.0.1-beta.1 / Userpilot.podspec.json
blob4e7a0b486b8c00d596954628808ef426aab65ee4
2   "name": "Userpilot",
3   "module_name": "Userpilot",
4   "version": "0.0.1-beta.1",
5   "summary": "Userpilot iOS SDK allows you to integrate Userpilot experiences into your native iOS apps",
6   "description": "A Swift library for sending user properties and events to the Userpilot and retrieving and rendering Userpilot content based on those properties and events.",
7   "homepage": "https://github.com/Userpilot/ios-sdk",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "motasem-userpilot": "motasem@userpilot.co"
14   },
15   "source": {
16     "git": "https://github.com/Userpilot/ios-sdk.git",
17     "tag": "0.0.1-beta.1"
18   },
19   "source_files": "Sources/UserPilot/**/*.swift",
20   "exclude_files": "Sources/UserPilot/Userpilot.docc",
21   "swift_versions": "5.0",
22   "platforms": {
23     "ios": "13.0"
24   },
25   "resource_bundles": {
26     "UserPilot": [
27       "Sources/UserPilot/*.xcassets"
28     ]
29   },
30   "dependencies": {
31     "SwiftPhoenixClient": [
32       "~> 5.2.2"
33     ]
34   },
35   "swift_version": "5.0"