[Add] MSPCore 0.0.10
[CocoaPods.git] / Specs / 9 / c / b / Rudder-AppCenter / 1.0.0 / Rudder-AppCenter.podspec.json
blobd00ab8d4cdc11207547d56d603bbbe08bcdfc663
2   "name": "Rudder-AppCenter",
3   "version": "1.0.0",
4   "summary": "Privacy and Security focused Segment-alternative. AppCenter Native SDK integration support.",
5   "description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools. Rudder is open-source, can run in your cloud environment (AWS, GCP, Azure or even your data-centre) and provides a powerful transformation framework to process your event data on the fly.",
6   "homepage": "https://github.com/rudderlabs/rudder-integration-appcenter-ios",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RudderStack": "ruchira@rudderstack.com"
13   },
14   "source": {
15     "git": "https://github.com/rudderlabs/rudder-integration-appcenter-ios.git",
16     "tag": "v1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "source_files": "Rudder-AppCenter/Classes/**/*",
28   "static_framework": true,
29   "dependencies": {
30     "Rudder": [
32     ],
33     "AppCenter": [
35     ]
36   }