[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / d / 6 / mParticle-Singular / 6.15.8 / mParticle-Singular.podspec.json
blobd95b569f84d1321e52022e937f6c58dfd5e1fbd0
2   "name": "mParticle-Singular",
3   "version": "6.15.8",
4   "summary": "Singular integration for mParticle",
5   "description": "This is the Singular integration for mParticle",
6   "homepage": "https://www.mparticle.com",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mParticle": "support@mparticle.com"
13   },
14   "source": {
15     "git": "https://github.com/mparticle-integrations/mparticle-apple-integration-Singular.git",
16     "tag": "6.15.8"
17   },
18   "social_media_url": "https://twitter.com/mparticles",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "ios": {
23     "source_files": [
24       "mParticle-Singular/*.{h,m,mm}",
25       "SingularSDK/Singular.h"
26     ],
27     "dependencies": {
28       "mParticle-Apple-SDK/mParticle": [
29         "~> 6.15.0"
30       ]
31     },
32     "vendored_libraries": "SingularSDK/libSingular.a",
33     "libraries": [
34       "sqlite3",
35       "z"
36     ],
37     "frameworks": "SystemConfiguration",
38     "pod_target_xcconfig": {
39       "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/mParticle-Singular/SingularSDK/**",
40       "OTHER_LDFLAGS": "$(inherited) -l\"Singular\""
41     }
42   }