[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / d / 3 / CustomerIO / 1.0.0-alpha.21 / CustomerIO.podspec.json
blob3f7d8a5bd14c2fb288a725dc1497f7a234a03f61
2   "name": "CustomerIO",
3   "version": "1.0.0-alpha.21",
4   "summary": "Official Customer.io SDK for iOS.",
5   "description": "Official Customer.io SDK for iOS. Track customers and send messages to your iOS app.",
6   "homepage": "https://github.com/customerio/customerio-ios",
7   "documentation_url": "https://customer.io/docs/sdk/ios/",
8   "changelog": "https://github.com/customerio/customerio-ios/blob/alpha/CHANGELOG.md",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "CustomerIO Team": "win@customer.io"
15   },
16   "source": {
17     "git": "https://github.com/customerio/customerio-ios.git",
18     "tag": "1.0.0-alpha.21"
19   },
20   "swift_versions": "5.3",
21   "cocoapods_version": ">= 1.11.0",
22   "platforms": {
23     "ios": "13.0"
24   },
25   "default_subspecs": "Tracking",
26   "subspecs": [
27     {
28       "name": "Tracking",
29       "dependencies": {
30         "CustomerIOTracking": [
31           "= 1.0.0-alpha.21"
32         ]
33       }
34     },
35     {
36       "name": "MessagingPush",
37       "dependencies": {
38         "CustomerIOMessagingPush": [
39           "= 1.0.0-alpha.21"
40         ]
41       }
42     },
43     {
44       "name": "MessagingPushAPN",
45       "dependencies": {
46         "CustomerIOMessagingPushAPN": [
47           "= 1.0.0-alpha.21"
48         ]
49       }
50     },
51     {
52       "name": "MessagingPushFCM",
53       "dependencies": {
54         "CustomerIOMessagingPushFCM": [
55           "= 1.0.0-alpha.21"
56         ]
57       }
58     }
59   ],
60   "swift_version": "5.3"